Class FaaProcessStarRequestQueue
This class represents the EntityModel interface to the SyServiceStarRequestQueue database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaProcessStarRequestQueue
Constructors
FaaProcessStarRequestQueue()
Declaration
public FaaProcessStarRequestQueue()
Properties
BusinessProcess
Declaration
public virtual BusinessProcess BusinessProcess { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcess |
BusinessProcessId
Gets or sets the BusinessProcessId associated with this FaaProcessStarRequestQueue.
Declaration
public int BusinessProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessId. |
BusinessProcessSubscriptionDetail
Declaration
public virtual BusinessProcessSubscriptionDetail BusinessProcessSubscriptionDetail { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcessSubscriptionDetail |
BusinessProcessSubscriptionDetailId
Gets or sets the BusinessProcessSubscriptionDetailId associated with this FaaProcessStarRequestQueue.
Declaration
public int? BusinessProcessSubscriptionDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessSubscriptionDetailId. |
BusinessProcessType
Declaration
public virtual BusinessProcessType BusinessProcessType { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcessType |
BusinessProcessTypeId
Gets or sets the BusinessProcessTypeId associated with this FaaProcessStarRequestQueue.
Declaration
public int BusinessProcessTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessTypeId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaProcessStarRequestQueue.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FaaProcessRecipientMailBox
Declaration
public virtual FaaProcessRecipientMailBox FaaProcessRecipientMailBox { get; set; }
Property Value
Type | Description |
---|---|
FaaProcessRecipientMailBox |
FaaProcessRecipientMailBoxId
Gets or sets the FaaProcessRecipientMailBoxId associated with this FaaProcessStarRequestQueue.
Declaration
public int FaaProcessRecipientMailBoxId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaProcessRecipientMailBoxId. |
FaaProcessStarRequestQueueStatusType
Declaration
public virtual FaaProcessStarRequestQueueStatusType FaaProcessStarRequestQueueStatusType { get; set; }
Property Value
Type | Description |
---|---|
FaaProcessStarRequestQueueStatusType |
FaaProcessStarRequestQueueStatusTypeId
Gets or sets the FaaProcessStarRequestQueueStatusTypeId associated with this FaaProcessStarRequestQueue.
Declaration
public int FaaProcessStarRequestQueueStatusTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaProcessStarRequestQueueStatusTypeId. |
Id
Gets or sets the Id associated with this FaaProcessStarRequestQueue.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAutomated
Gets or sets the IsAutomated associated with this FaaProcessStarRequestQueue.
Declaration
public bool IsAutomated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAutomated. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessStarRequestQueue.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaProcessStarRequestQueue.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RescheduleDate
Gets or sets the RescheduleDate associated with this FaaProcessStarRequestQueue.
Declaration
public DateTime? RescheduleDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RescheduleDate. |
ScheduledDate
Gets or sets the ScheduledDate associated with this FaaProcessStarRequestQueue.
Declaration
public DateTime ScheduledDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ScheduledDate. |
TransmissionType
Gets or sets the TransmissionType associated with this FaaProcessStarRequestQueue.
Declaration
public string TransmissionType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransmissionType. |
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. |