Class FaaProcessExceptionDataChange
This class represents the EntityModel interface to the SyServiceExceptionAudit database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaProcessExceptionDataChange
Constructors
FaaProcessExceptionDataChange()
Declaration
public FaaProcessExceptionDataChange()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaProcessExceptionDataChange.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExceptionHashIdentifier
Gets or sets the ExceptionHashIdentifier associated with this FaaProcessExceptionDataChange.
Declaration
public decimal ExceptionHashIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ExceptionHashIdentifier. |
ExpiresOnDate
Gets or sets the ExpiresOnDate associated with this FaaProcessExceptionDataChange.
Declaration
public DateTime? ExpiresOnDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExpiresOnDate. |
FaaProcessExceptionAction
Declaration
public virtual FaaProcessExceptionAction FaaProcessExceptionAction { get; set; }
Property Value
Type | Description |
---|---|
FaaProcessExceptionAction |
FaaProcessExceptionActionId
Gets or sets the FaaProcessExceptionActionId associated with this FaaProcessExceptionDataChange.
Declaration
public int FaaProcessExceptionActionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaProcessExceptionActionId. |
Id
Gets or sets the Id associated with this FaaProcessExceptionDataChange.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsEscalatedNew
Gets or sets the IsEscalatedNew associated with this FaaProcessExceptionDataChange.
Declaration
public bool IsEscalatedNew { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEscalatedNew. |
IsEscalatedPrevious
Gets or sets the IsEscalatedPrevious associated with this FaaProcessExceptionDataChange.
Declaration
public bool IsEscalatedPrevious { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEscalatedPrevious. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessExceptionDataChange.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaProcessExceptionDataChange.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NewAssignedStaff
Declaration
public virtual Staff NewAssignedStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
NewAssignedStaffGroup
Declaration
public virtual StaffGroup NewAssignedStaffGroup { get; set; }
Property Value
Type | Description |
---|---|
StaffGroup |
NewAssignedStaffGroupId
Gets or sets the NewAssignedStaffGroupId associated with this FaaProcessExceptionDataChange.
Declaration
public int? NewAssignedStaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewAssignedStaffGroupId. |
NewAssignedStaffId
Gets or sets the NewAssignedStaffId associated with this FaaProcessExceptionDataChange.
Declaration
public int? NewAssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewAssignedStaffId. |
NewDataValues
Gets or sets the NewDataValues associated with this FaaProcessExceptionDataChange.
Declaration
public string NewDataValues { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewDataValues. |
NewFaaProcessExceptionStatus
Declaration
public virtual FaaProcessExceptionStatus NewFaaProcessExceptionStatus { get; set; }
Property Value
Type | Description |
---|---|
FaaProcessExceptionStatus |
NewFaaProcessExceptionStatusId
Gets or sets the NewFaaProcessExceptionStatusId associated with this FaaProcessExceptionDataChange.
Declaration
public int NewFaaProcessExceptionStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NewFaaProcessExceptionStatusId. |
NewLockedDateTime
Gets or sets the NewLockedDateTime associated with this FaaProcessExceptionDataChange.
Declaration
public DateTime? NewLockedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The NewLockedDateTime. |
NewLockedStaff
Declaration
public virtual Staff NewLockedStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
NewLockedStaffId
Gets or sets the NewLockedStaffId associated with this FaaProcessExceptionDataChange.
Declaration
public int? NewLockedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewLockedStaffId. |
NewReviewStaff
Declaration
public virtual Staff NewReviewStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
NewReviewStaffGroup
Declaration
public virtual StaffGroup NewReviewStaffGroup { get; set; }
Property Value
Type | Description |
---|---|
StaffGroup |
NewReviewStaffGroupId
Gets or sets the NewReviewStaffGroupId associated with this FaaProcessExceptionDataChange.
Declaration
public int? NewReviewStaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewReviewStaffGroupId. |
NewReviewStaffId
Gets or sets the NewReviewStaffId associated with this FaaProcessExceptionDataChange.
Declaration
public int? NewReviewStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewReviewStaffId. |
Note
Gets or sets the Note associated with this FaaProcessExceptionDataChange.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PreviousAssignedStaff
Declaration
public virtual Staff PreviousAssignedStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
PreviousAssignedStaffGroup
Declaration
public virtual StaffGroup PreviousAssignedStaffGroup { get; set; }
Property Value
Type | Description |
---|---|
StaffGroup |
PreviousAssignedStaffGroupId
Gets or sets the PreviousAssignedStaffGroupId associated with this FaaProcessExceptionDataChange.
Declaration
public int? PreviousAssignedStaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousAssignedStaffGroupId. |
PreviousAssignedStaffId
Gets or sets the PreviousAssignedStaffId associated with this FaaProcessExceptionDataChange.
Declaration
public int? PreviousAssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousAssignedStaffId. |
PreviousDataValues
Gets or sets the PreviousDataValues associated with this FaaProcessExceptionDataChange.
Declaration
public string PreviousDataValues { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PreviousDataValues. |
PreviousFaaProcessExceptionStatus
Declaration
public virtual FaaProcessExceptionStatus PreviousFaaProcessExceptionStatus { get; set; }
Property Value
Type | Description |
---|---|
FaaProcessExceptionStatus |
PreviousFaaProcessExceptionStatusId
Gets or sets the PreviousFaaProcessExceptionStatusId associated with this FaaProcessExceptionDataChange.
Declaration
public int? PreviousFaaProcessExceptionStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousFaaProcessExceptionStatusId. |
PreviousLockedDateTime
Gets or sets the PreviousLockedDateTime associated with this FaaProcessExceptionDataChange.
Declaration
public DateTime? PreviousLockedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PreviousLockedDateTime. |
PreviousLockedStaff
Declaration
public virtual Staff PreviousLockedStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
PreviousLockedStaffId
Gets or sets the PreviousLockedStaffId associated with this FaaProcessExceptionDataChange.
Declaration
public int? PreviousLockedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousLockedStaffId. |
PreviousReviewStaff
Declaration
public virtual Staff PreviousReviewStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
PreviousReviewStaffGroup
Declaration
public virtual StaffGroup PreviousReviewStaffGroup { get; set; }
Property Value
Type | Description |
---|---|
StaffGroup |
PreviousReviewStaffGroupId
Gets or sets the PreviousReviewStaffGroupId associated with this FaaProcessExceptionDataChange.
Declaration
public int? PreviousReviewStaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousReviewStaffGroupId. |
PreviousReviewStaffId
Gets or sets the PreviousReviewStaffId associated with this FaaProcessExceptionDataChange.
Declaration
public int? PreviousReviewStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousReviewStaffId. |
SnoozeUntilDate
Gets or sets the SnoozeUntilDate associated with this FaaProcessExceptionDataChange.
Declaration
public DateTime? SnoozeUntilDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The SnoozeUntilDate. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |