Class FaaBusinessProcessJobResult
This class represents the EntityModel interface to the FaaJobResultsHistory_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaBusinessProcessJobResult
Constructors
FaaBusinessProcessJobResult()
Declaration
public FaaBusinessProcessJobResult()
Properties
BusinessProcess
Declaration
public virtual BusinessProcess BusinessProcess { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcess |
BusinessProcessId
Gets or sets the BusinessProcessId associated with this FaaBusinessProcessJobResult.
Declaration
public int? BusinessProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<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 FaaBusinessProcessJobResult.
Declaration
public int BusinessProcessJobScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessJobScheduleId. |
BusinessProcessSubscription
Declaration
public virtual BusinessProcessSubscription BusinessProcessSubscription { get; set; }
Property Value
Type | Description |
---|---|
BusinessProcessSubscription |
BusinessProcessSubscriptionId
Gets or sets the BusinessProcessSubscriptionId associated with this FaaBusinessProcessJobResult.
Declaration
public int? BusinessProcessSubscriptionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessSubscriptionId. |
Id
Gets or sets the Id associated with this FaaBusinessProcessJobResult.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
JobConfigurationDetail
Gets or sets the JobConfigurationDetail associated with this FaaBusinessProcessJobResult.
Declaration
public string JobConfigurationDetail { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobConfigurationDetail. |
JobDescription
Gets or sets the JobDescription associated with this FaaBusinessProcessJobResult.
Declaration
public string JobDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobDescription. |
JobExecutionDetail
Gets or sets the JobExecutionDetail associated with this FaaBusinessProcessJobResult.
Declaration
public string JobExecutionDetail { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobExecutionDetail. |
JobName
Gets or sets the JobName associated with this FaaBusinessProcessJobResult.
Declaration
public string JobName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobName. |
JobParametersDetail
Gets or sets the JobParametersDetail associated with this FaaBusinessProcessJobResult.
Declaration
public string JobParametersDetail { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobParametersDetail. |
JobSequenceName
Gets or sets the JobSequenceName associated with this FaaBusinessProcessJobResult.
Declaration
public string JobSequenceName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobSequenceName. |
ProcessCode
Gets or sets the ProcessCode associated with this FaaBusinessProcessJobResult.
Declaration
public string ProcessCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProcessCode. |
ProcessName
Gets or sets the ProcessName associated with this FaaBusinessProcessJobResult.
Declaration
public string ProcessName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProcessName. |
ProcessRunDate
Gets or sets the ProcessRunDate associated with this FaaBusinessProcessJobResult.
Declaration
public DateTime? ProcessRunDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ProcessRunDate. |
ProcessStatus
Gets or sets the ProcessStatus associated with this FaaBusinessProcessJobResult.
Declaration
public string ProcessStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProcessStatus. |
Task
Declaration
public virtual Task Task { get; set; }
Property Value
Type | Description |
---|---|
Task |
TaskId
Gets or sets the TaskId associated with this FaaBusinessProcessJobResult.
Declaration
public int? TaskId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TaskId. |
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. |