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