Class FaaStarJobQueue
This class represents the EntityModel interface to the FaaStarJobQueue_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaStarJobQueue
Constructors
FaaStarJobQueue()
Declaration
public FaaStarJobQueue()
Properties
BusinessProcess
Declaration
public virtual BusinessProcess BusinessProcess { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcess |
BusinessProcessCode
Gets or sets the BusinessProcessCode associated with this FaaStarJobQueue.
Declaration
public string BusinessProcessCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BusinessProcessCode. |
BusinessProcessId
Gets or sets the BusinessProcessId associated with this FaaStarJobQueue.
Declaration
public int BusinessProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessId. |
BusinessProcessName
Gets or sets the BusinessProcessName associated with this FaaStarJobQueue.
Declaration
public string BusinessProcessName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BusinessProcessName. |
BusinessProcessTypeCode
Gets or sets the BusinessProcessTypeCode associated with this FaaStarJobQueue.
Declaration
public string BusinessProcessTypeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BusinessProcessTypeCode. |
CampusDescription
Gets or sets the CampusDescription associated with this FaaStarJobQueue.
Declaration
public string CampusDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusDescription. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaStarJobQueue.
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 FaaStarJobQueue.
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 FaaStarJobQueue.
Declaration
public int FaaProcessStarRequestQueueStatusTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaProcessStarRequestQueueStatusTypeId. |
FilePath
Gets or sets the FilePath associated with this FaaStarJobQueue.
Declaration
public string FilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FilePath. |
Id
Gets or sets the Id associated with this FaaStarJobQueue.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAutomated
Gets or sets the IsAutomated associated with this FaaStarJobQueue.
Declaration
public bool IsAutomated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAutomated. |
IsMailBoxActive
Gets or sets the IsMailBoxActive associated with this FaaStarJobQueue.
Declaration
public bool IsMailBoxActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsMailBoxActive. |
MailBoxAddress
Gets or sets the MailBoxAddress associated with this FaaStarJobQueue.
Declaration
public string MailBoxAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MailBoxAddress. |
MailBoxCode
Gets or sets the MailBoxCode associated with this FaaStarJobQueue.
Declaration
public string MailBoxCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MailBoxCode. |
MailBoxName
Gets or sets the MailBoxName associated with this FaaStarJobQueue.
Declaration
public string MailBoxName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MailBoxName. |
ProtocolCode
Gets or sets the ProtocolCode associated with this FaaStarJobQueue.
Declaration
public string ProtocolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProtocolCode. |
QueueStatusTypeName
Gets or sets the QueueStatusTypeName associated with this FaaStarJobQueue.
Declaration
public string QueueStatusTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The QueueStatusTypeName. |
RecipientName
Gets or sets the RecipientName associated with this FaaStarJobQueue.
Declaration
public string RecipientName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecipientName. |
RescheduleDate
Gets or sets the RescheduleDate associated with this FaaStarJobQueue.
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 FaaStarJobQueue.
Declaration
public DateTime ScheduledDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ScheduledDate. |
TransmitType
Gets or sets the TransmitType associated with this FaaStarJobQueue.
Declaration
public string TransmitType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransmitType. |
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. |