Class FaaProcessExceptionQueueRequest
This class represents the EntityModel interface to the SyServiceExceptionRequestQueue database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaProcessExceptionQueueRequest
Constructors
FaaProcessExceptionQueueRequest()
Declaration
public FaaProcessExceptionQueueRequest()
Properties
BusinessProcessRequest
Declaration
public virtual BusinessProcessRequest BusinessProcessRequest { get; set; }
Property Value
| Type | Description |
|---|---|
| BusinessProcessRequest |
BusinessProcessRequestId
Gets or sets the BusinessProcessRequestId associated with this FaaProcessExceptionQueueRequest.
Declaration
public int BusinessProcessRequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The BusinessProcessRequestId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaProcessExceptionQueueRequest.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
DequeueBusinessProcessRequest
Declaration
public virtual BusinessProcessRequest DequeueBusinessProcessRequest { get; set; }
Property Value
| Type | Description |
|---|---|
| BusinessProcessRequest |
DequeueBusinessProcessRequestId
Gets or sets the DequeueBusinessProcessRequestId associated with this FaaProcessExceptionQueueRequest.
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 FaaProcessExceptionQueueRequest.
Declaration
public DateTime DequeueEndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The DequeueEndDate. |
DequeueOriginated
Gets or sets the DequeueOriginated associated with this FaaProcessExceptionQueueRequest.
Declaration
public string DequeueOriginated { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The DequeueOriginated. |
DequeueStartDate
Gets or sets the DequeueStartDate associated with this FaaProcessExceptionQueueRequest.
Declaration
public DateTime DequeueStartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The DequeueStartDate. |
DequeuingAttempts
Gets or sets the DequeuingAttempts associated with this FaaProcessExceptionQueueRequest.
Declaration
public int DequeuingAttempts { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The DequeuingAttempts. |
ExceptionCount
Gets or sets the ExceptionCount associated with this FaaProcessExceptionQueueRequest.
Declaration
public int ExceptionCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The ExceptionCount. |
ExceptionsDequeued
Gets or sets the ExceptionsDequeued associated with this FaaProcessExceptionQueueRequest.
Declaration
public int ExceptionsDequeued { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The ExceptionsDequeued. |
FailedInformation
Gets or sets the FailedInformation associated with this FaaProcessExceptionQueueRequest.
Declaration
public string FailedInformation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The FailedInformation. |
Id
Gets or sets the Id associated with this FaaProcessExceptionQueueRequest.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessExceptionQueueRequest.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaProcessExceptionQueueRequest.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
Priority
Gets or sets the Priority associated with this FaaProcessExceptionQueueRequest.
Declaration
public int Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Priority. |
QueueEndDate
Gets or sets the QueueEndDate associated with this FaaProcessExceptionQueueRequest.
Declaration
public DateTime QueueEndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The QueueEndDate. |
QueueRequestStatus
Gets or sets the QueueRequestStatus associated with this FaaProcessExceptionQueueRequest.
Declaration
public int QueueRequestStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The QueueRequestStatus. |
QueueStartDate
Gets or sets the QueueStartDate associated with this FaaProcessExceptionQueueRequest.
Declaration
public DateTime QueueStartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The QueueStartDate. |
RequestSource
Gets or sets the RequestSource associated with this FaaProcessExceptionQueueRequest.
Declaration
public byte RequestSource { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte | The RequestSource. |
SourceRecordCount
Gets or sets the SourceRecordCount associated with this FaaProcessExceptionQueueRequest.
Declaration
public int SourceRecordCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The SourceRecordCount. |
SourceRecordsDequeued
Gets or sets the SourceRecordsDequeued associated with this FaaProcessExceptionQueueRequest.
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()
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. |