Class FaaBusinessProcessJobHistory
This class represents the EntityModel interface to the FaaJobsHistory_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaBusinessProcessJobHistory
Constructors
FaaBusinessProcessJobHistory()
Declaration
public FaaBusinessProcessJobHistory()
Properties
BusinessProcess
Declaration
public virtual BusinessProcess BusinessProcess { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcess |
BusinessProcessId
Gets or sets the BusinessProcessId associated with this FaaBusinessProcessJobHistory.
Declaration
public int BusinessProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessId. |
BusinessProcessJobSchedule
Declaration
public virtual BusinessProcessJobSchedule BusinessProcessJobSchedule { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcessJobSchedule |
BusinessProcessJobScheduleId
Gets or sets the BusinessProcessJobScheduleId associated with this FaaBusinessProcessJobHistory.
Declaration
public int BusinessProcessJobScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessJobScheduleId. |
BusinessProcessRequest
Declaration
public virtual BusinessProcessRequest BusinessProcessRequest { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcessRequest |
BusinessProcessRequestId
Gets or sets the BusinessProcessRequestId associated with this FaaBusinessProcessJobHistory.
Declaration
public int BusinessProcessRequestId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessRequestId. |
BusinessProcessSubscription
Declaration
public virtual BusinessProcessSubscription BusinessProcessSubscription { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcessSubscription |
BusinessProcessSubscriptionId
Gets or sets the BusinessProcessSubscriptionId associated with this FaaBusinessProcessJobHistory.
Declaration
public int BusinessProcessSubscriptionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessSubscriptionId. |
CampusGroupName
Gets or sets the CampusGroupName associated with this FaaBusinessProcessJobHistory.
Declaration
public string CampusGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusGroupName. |
CampusName
Gets or sets the CampusName associated with this FaaBusinessProcessJobHistory.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
JobSequenceName
Gets or sets the JobSequenceName associated with this FaaBusinessProcessJobHistory.
Declaration
public string JobSequenceName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobSequenceName. |
ProcessCode
Gets or sets the ProcessCode associated with this FaaBusinessProcessJobHistory.
Declaration
public string ProcessCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProcessCode. |
ProcessName
Gets or sets the ProcessName associated with this FaaBusinessProcessJobHistory.
Declaration
public string ProcessName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProcessName. |
ProcessRunDate
Gets or sets the ProcessRunDate associated with this FaaBusinessProcessJobHistory.
Declaration
public DateTime ProcessRunDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ProcessRunDate. |
ProcessStatus
Gets or sets the ProcessStatus associated with this FaaBusinessProcessJobHistory.
Declaration
public bool ProcessStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The ProcessStatus. |
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. |