Class FaaBusinessProcessAllConfiguredJob
This class represents the EntityModel interface to the FaaJobs_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaBusinessProcessAllConfiguredJob
Constructors
FaaBusinessProcessAllConfiguredJob()
Declaration
public FaaBusinessProcessAllConfiguredJob()
Properties
BusinessProcessCode
Gets or sets the BusinessProcessCode associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public string BusinessProcessCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BusinessProcessCode. |
BusinessProcessId
Gets or sets the BusinessProcessId associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public int? BusinessProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessId. |
BusinessProcessJobId
Gets or sets the BusinessProcessJobId associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public int? BusinessProcessJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessJobId. |
BusinessProcessJobItineraryLevelId
Gets or sets the BusinessProcessJobItineraryLevelId associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public int? BusinessProcessJobItineraryLevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessJobItineraryLevelId. |
BusinessProcessJobName
Gets or sets the BusinessProcessJobName associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public string BusinessProcessJobName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BusinessProcessJobName. |
BusinessProcessName
Gets or sets the BusinessProcessName associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public string BusinessProcessName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BusinessProcessName. |
BusinessProcessSubscriptionId
Gets or sets the BusinessProcessSubscriptionId associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public int BusinessProcessSubscriptionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessSubscriptionId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
IsBusinessProcessJobActive
Gets or sets the IsBusinessProcessJobActive associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public bool? IsBusinessProcessJobActive { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsBusinessProcessJobActive. |
IsBusinessProcessSubscriptionActive
Gets or sets the IsBusinessProcessSubscriptionActive associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public bool IsBusinessProcessSubscriptionActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBusinessProcessSubscriptionActive. |
IsFirstJob
Gets or sets the IsFirstJob associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public bool? IsFirstJob { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsFirstJob. |
IsUserEditable
Gets or sets the IsUserEditable associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public bool? IsUserEditable { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsUserEditable. |
JobDescription
Gets or sets the JobDescription associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public string JobDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobDescription. |
JobName
Gets or sets the JobName associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public string JobName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobName. |
JobOrder
Gets or sets the JobOrder associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public byte? JobOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The JobOrder. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NotificationStaffName
Gets or sets the NotificationStaffName associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public string NotificationStaffName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NotificationStaffName. |
StarRetrievalBusinessProcessId
Gets or sets the StarRetrievalBusinessProcessId associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public int? StarRetrievalBusinessProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StarRetrievalBusinessProcessId. |
TaskScheduleTime
Gets or sets the TaskScheduleTime associated with this FaaBusinessProcessAllConfiguredJob.
Declaration
public string TaskScheduleTime { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TaskScheduleTime. |
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. |