Class FaaProcessExceptionEntity
This class represents the EntityModel interface to the SyServiceException database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaaProcessExceptionEntity : Entity, IIdentifiable, IAuditable
Constructors
FaaProcessExceptionEntity()
Declaration
public FaaProcessExceptionEntity()
Fields
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CountIncrementProperty
The CountIncrement property.
Declaration
public static readonly EntityProperty CountIncrementProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExceptionDetailProperty
The ExceptionDetail property.
Declaration
public static readonly EntityProperty ExceptionDetailProperty
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 |
FaaProcessExceptionStatusIdProperty
The FaaProcessExceptionStatusId property.
Declaration
public static readonly EntityProperty FaaProcessExceptionStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaaProcessExceptionTypeTemplateIdProperty
The FaaProcessExceptionTypeTemplateId property.
Declaration
public static readonly EntityProperty FaaProcessExceptionTypeTemplateIdProperty
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 |
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 |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
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 |
SnoozeUntilOffsetProperty
The SnoozeUntilOffset property.
Declaration
public static readonly EntityProperty SnoozeUntilOffsetProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SourceRecordHashIdentifierProperty
The SourceRecordHashIdentifier property.
Declaration
public static readonly EntityProperty SourceRecordHashIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CampusId
Gets or sets the CampusId associated with this FaaProcessExceptionEntity.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CountIncrement
Gets or sets the CountIncrement associated with this FaaProcessExceptionEntity.
Declaration
public int CountIncrement { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CountIncrement. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaProcessExceptionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExceptionDetail
Gets or sets the ExceptionDetail associated with this FaaProcessExceptionEntity.
Declaration
public string ExceptionDetail { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExceptionDetail. |
ExceptionHashIdentifier
Gets or sets the ExceptionHashIdentifier associated with this FaaProcessExceptionEntity.
Declaration
public decimal ExceptionHashIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ExceptionHashIdentifier. |
ExpiresOnDate
Gets or sets the ExpiresOnDate associated with this FaaProcessExceptionEntity.
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 FaaProcessExceptionEntity.
Declaration
public int FaaProcessExceptionActionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaProcessExceptionActionId. |
FaaProcessExceptionStatusId
Gets or sets the FaaProcessExceptionStatusId associated with this FaaProcessExceptionEntity.
Declaration
public int FaaProcessExceptionStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaProcessExceptionStatusId. |
FaaProcessExceptionTypeTemplateId
Gets or sets the FaaProcessExceptionTypeTemplateId associated with this FaaProcessExceptionEntity.
Declaration
public int FaaProcessExceptionTypeTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaProcessExceptionTypeTemplateId. |
Id
Gets or sets the Id associated with this FaaProcessExceptionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessExceptionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaProcessExceptionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this FaaProcessExceptionEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
RowVersion
Gets or sets the RowVersion associated with this FaaProcessExceptionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SnoozeUntilDate
Gets or sets the SnoozeUntilDate associated with this FaaProcessExceptionEntity.
Declaration
public DateTime? SnoozeUntilDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The SnoozeUntilDate. |
SnoozeUntilOffset
Gets or sets the SnoozeUntilOffset associated with this FaaProcessExceptionEntity.
Declaration
public int? SnoozeUntilOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SnoozeUntilOffset. |
SourceRecordHashIdentifier
Gets or sets the SourceRecordHashIdentifier associated with this FaaProcessExceptionEntity.
Declaration
public decimal? SourceRecordHashIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SourceRecordHashIdentifier. |
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()