Class FaaProcessExceptionDataChangeEntity
This class represents the EntityModel interface to the SyServiceExceptionAudit database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaaProcessExceptionDataChangeEntity : Entity, IIdentifiable, IAuditable
Constructors
FaaProcessExceptionDataChangeEntity()
Declaration
public FaaProcessExceptionDataChangeEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExceptionHashIdentifierProperty
The ExceptionHashIdentifier property.
Declaration
public static readonly EntityProperty ExceptionHashIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExpiresOnDateProperty
The ExpiresOnDate property.
Declaration
public static readonly EntityProperty ExpiresOnDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaaProcessExceptionActionIdProperty
The FaaProcessExceptionActionId property.
Declaration
public static readonly EntityProperty FaaProcessExceptionActionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsEscalatedNewProperty
The IsEscalatedNew property.
Declaration
public static readonly EntityProperty IsEscalatedNewProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsEscalatedPreviousProperty
The IsEscalatedPrevious property.
Declaration
public static readonly EntityProperty IsEscalatedPreviousProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewAssignedStaffGroupIdProperty
The NewAssignedStaffGroupId property.
Declaration
public static readonly EntityProperty NewAssignedStaffGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewAssignedStaffIdProperty
The NewAssignedStaffId property.
Declaration
public static readonly EntityProperty NewAssignedStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewDataValuesProperty
The NewDataValues property.
Declaration
public static readonly EntityProperty NewDataValuesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewFaaProcessExceptionStatusIdProperty
The NewFaaProcessExceptionStatusId property.
Declaration
public static readonly EntityProperty NewFaaProcessExceptionStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewLockedDateTimeProperty
The NewLockedDateTime property.
Declaration
public static readonly EntityProperty NewLockedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewLockedStaffIdProperty
The NewLockedStaffId property.
Declaration
public static readonly EntityProperty NewLockedStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewReviewStaffGroupIdProperty
The NewReviewStaffGroupId property.
Declaration
public static readonly EntityProperty NewReviewStaffGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewReviewStaffIdProperty
The NewReviewStaffId property.
Declaration
public static readonly EntityProperty NewReviewStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousAssignedStaffGroupIdProperty
The PreviousAssignedStaffGroupId property.
Declaration
public static readonly EntityProperty PreviousAssignedStaffGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousAssignedStaffIdProperty
The PreviousAssignedStaffId property.
Declaration
public static readonly EntityProperty PreviousAssignedStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousDataValuesProperty
The PreviousDataValues property.
Declaration
public static readonly EntityProperty PreviousDataValuesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousFaaProcessExceptionStatusIdProperty
The PreviousFaaProcessExceptionStatusId property.
Declaration
public static readonly EntityProperty PreviousFaaProcessExceptionStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousLockedDateTimeProperty
The PreviousLockedDateTime property.
Declaration
public static readonly EntityProperty PreviousLockedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousLockedStaffIdProperty
The PreviousLockedStaffId property.
Declaration
public static readonly EntityProperty PreviousLockedStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousReviewStaffGroupIdProperty
The PreviousReviewStaffGroupId property.
Declaration
public static readonly EntityProperty PreviousReviewStaffGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousReviewStaffIdProperty
The PreviousReviewStaffId property.
Declaration
public static readonly EntityProperty PreviousReviewStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SnoozeUntilDateProperty
The SnoozeUntilDate property.
Declaration
public static readonly EntityProperty SnoozeUntilDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaProcessExceptionDataChangeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExceptionHashIdentifier
Gets or sets the ExceptionHashIdentifier associated with this FaaProcessExceptionDataChangeEntity.
Declaration
public decimal ExceptionHashIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ExceptionHashIdentifier. |
ExpiresOnDate
Gets or sets the ExpiresOnDate associated with this FaaProcessExceptionDataChangeEntity.
Declaration
public DateTime? ExpiresOnDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExpiresOnDate. |
FaaProcessExceptionActionId
Gets or sets the FaaProcessExceptionActionId associated with this FaaProcessExceptionDataChangeEntity.
Declaration
public int FaaProcessExceptionActionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaProcessExceptionActionId. |
Id
Gets or sets the Id associated with this FaaProcessExceptionDataChangeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsEscalatedNew
Gets or sets the IsEscalatedNew associated with this FaaProcessExceptionDataChangeEntity.
Declaration
public bool IsEscalatedNew { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEscalatedNew. |
IsEscalatedPrevious
Gets or sets the IsEscalatedPrevious associated with this FaaProcessExceptionDataChangeEntity.
Declaration
public bool IsEscalatedPrevious { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEscalatedPrevious. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessExceptionDataChangeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaProcessExceptionDataChangeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NewAssignedStaffGroupId
Gets or sets the NewAssignedStaffGroupId associated with this FaaProcessExceptionDataChangeEntity.
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 FaaProcessExceptionDataChangeEntity.
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 FaaProcessExceptionDataChangeEntity.
Declaration
public string NewDataValues { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewDataValues. |
NewFaaProcessExceptionStatusId
Gets or sets the NewFaaProcessExceptionStatusId associated with this FaaProcessExceptionDataChangeEntity.
Declaration
public int NewFaaProcessExceptionStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NewFaaProcessExceptionStatusId. |
NewLockedDateTime
Gets or sets the NewLockedDateTime associated with this FaaProcessExceptionDataChangeEntity.
Declaration
public DateTime? NewLockedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The NewLockedDateTime. |
NewLockedStaffId
Gets or sets the NewLockedStaffId associated with this FaaProcessExceptionDataChangeEntity.
Declaration
public int? NewLockedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewLockedStaffId. |
NewReviewStaffGroupId
Gets or sets the NewReviewStaffGroupId associated with this FaaProcessExceptionDataChangeEntity.
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 FaaProcessExceptionDataChangeEntity.
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 FaaProcessExceptionDataChangeEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PreviousAssignedStaffGroupId
Gets or sets the PreviousAssignedStaffGroupId associated with this FaaProcessExceptionDataChangeEntity.
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 FaaProcessExceptionDataChangeEntity.
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 FaaProcessExceptionDataChangeEntity.
Declaration
public string PreviousDataValues { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PreviousDataValues. |
PreviousFaaProcessExceptionStatusId
Gets or sets the PreviousFaaProcessExceptionStatusId associated with this FaaProcessExceptionDataChangeEntity.
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 FaaProcessExceptionDataChangeEntity.
Declaration
public DateTime? PreviousLockedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PreviousLockedDateTime. |
PreviousLockedStaffId
Gets or sets the PreviousLockedStaffId associated with this FaaProcessExceptionDataChangeEntity.
Declaration
public int? PreviousLockedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousLockedStaffId. |
PreviousReviewStaffGroupId
Gets or sets the PreviousReviewStaffGroupId associated with this FaaProcessExceptionDataChangeEntity.
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 FaaProcessExceptionDataChangeEntity.
Declaration
public int? PreviousReviewStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousReviewStaffId. |
RowVersion
Gets or sets the RowVersion associated with this FaaProcessExceptionDataChangeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SnoozeUntilDate
Gets or sets the SnoozeUntilDate associated with this FaaProcessExceptionDataChangeEntity.
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()