Class FaaProcessExceptionQueueRequestEntity
This class represents the EntityModel interface to the SyServiceExceptionRequestQueue database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaaProcessExceptionQueueRequestEntity : Entity, IIdentifiable, IAuditable
Constructors
FaaProcessExceptionQueueRequestEntity()
Declaration
public FaaProcessExceptionQueueRequestEntity()
Fields
BusinessProcessRequestIdProperty
The BusinessProcessRequestId property.
Declaration
public static readonly EntityProperty BusinessProcessRequestIdProperty
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 |
DequeueBusinessProcessRequestIdProperty
The DequeueBusinessProcessRequestId property.
Declaration
public static readonly EntityProperty DequeueBusinessProcessRequestIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DequeueEndDateProperty
The DequeueEndDate property.
Declaration
public static readonly EntityProperty DequeueEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DequeueOriginatedProperty
The DequeueOriginated property.
Declaration
public static readonly EntityProperty DequeueOriginatedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DequeueStartDateProperty
The DequeueStartDate property.
Declaration
public static readonly EntityProperty DequeueStartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DequeuingAttemptsProperty
The DequeuingAttempts property.
Declaration
public static readonly EntityProperty DequeuingAttemptsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExceptionCountProperty
The ExceptionCount property.
Declaration
public static readonly EntityProperty ExceptionCountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExceptionsDequeuedProperty
The ExceptionsDequeued property.
Declaration
public static readonly EntityProperty ExceptionsDequeuedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FailedInformationProperty
The FailedInformation property.
Declaration
public static readonly EntityProperty FailedInformationProperty
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 |
PriorityProperty
The Priority property.
Declaration
public static readonly EntityProperty PriorityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
QueueEndDateProperty
The QueueEndDate property.
Declaration
public static readonly EntityProperty QueueEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
QueueRequestStatusProperty
The QueueRequestStatus property.
Declaration
public static readonly EntityProperty QueueRequestStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
QueueStartDateProperty
The QueueStartDate property.
Declaration
public static readonly EntityProperty QueueStartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RequestSourceProperty
The RequestSource property.
Declaration
public static readonly EntityProperty RequestSourceProperty
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 |
SourceRecordCountProperty
The SourceRecordCount property.
Declaration
public static readonly EntityProperty SourceRecordCountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SourceRecordsDequeuedProperty
The SourceRecordsDequeued property.
Declaration
public static readonly EntityProperty SourceRecordsDequeuedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BusinessProcessRequestId
Gets or sets the BusinessProcessRequestId associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public int BusinessProcessRequestId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessRequestId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DequeueBusinessProcessRequestId
Gets or sets the DequeueBusinessProcessRequestId associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public int? DequeueBusinessProcessRequestId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DequeueBusinessProcessRequestId. |
DequeueEndDate
Gets or sets the DequeueEndDate associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public DateTime DequeueEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DequeueEndDate. |
DequeueOriginated
Gets or sets the DequeueOriginated associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public string DequeueOriginated { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DequeueOriginated. |
DequeueStartDate
Gets or sets the DequeueStartDate associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public DateTime DequeueStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DequeueStartDate. |
DequeuingAttempts
Gets or sets the DequeuingAttempts associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public int DequeuingAttempts { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DequeuingAttempts. |
ExceptionCount
Gets or sets the ExceptionCount associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public int ExceptionCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ExceptionCount. |
ExceptionsDequeued
Gets or sets the ExceptionsDequeued associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public int ExceptionsDequeued { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ExceptionsDequeued. |
FailedInformation
Gets or sets the FailedInformation associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public string FailedInformation { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FailedInformation. |
Id
Gets or sets the Id associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Priority
Gets or sets the Priority associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public int Priority { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Priority. |
QueueEndDate
Gets or sets the QueueEndDate associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public DateTime QueueEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The QueueEndDate. |
QueueRequestStatus
Gets or sets the QueueRequestStatus associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public int QueueRequestStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The QueueRequestStatus. |
QueueStartDate
Gets or sets the QueueStartDate associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public DateTime QueueStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The QueueStartDate. |
RequestSource
Gets or sets the RequestSource associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public byte RequestSource { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The RequestSource. |
RowVersion
Gets or sets the RowVersion associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SourceRecordCount
Gets or sets the SourceRecordCount associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public int SourceRecordCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SourceRecordCount. |
SourceRecordsDequeued
Gets or sets the SourceRecordsDequeued associated with this FaaProcessExceptionQueueRequestEntity.
Declaration
public int SourceRecordsDequeued { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SourceRecordsDequeued. |
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()