Class FaaBusinessProcessJobItineraryAudit
This class represents the EntityModel interface to the FaaJobSequenceAudit_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaBusinessProcessJobItineraryAudit
Constructors
FaaBusinessProcessJobItineraryAudit()
Declaration
public FaaBusinessProcessJobItineraryAudit()
Properties
BusinessProcessId
Gets or sets the BusinessProcessId associated with this FaaBusinessProcessJobItineraryAudit.
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 FaaBusinessProcessJobItineraryAudit.
Declaration
public int BusinessProcessJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessJobId. |
BusinessProcessSubscriptionId
Gets or sets the BusinessProcessSubscriptionId associated with this FaaBusinessProcessJobItineraryAudit.
Declaration
public int? BusinessProcessSubscriptionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessSubscriptionId. |
ChangeType
Gets or sets the ChangeType associated with this FaaBusinessProcessJobItineraryAudit.
Declaration
public string ChangeType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ChangeType. |
ModifiedDate
Gets or sets the ModifiedDate associated with this FaaBusinessProcessJobItineraryAudit.
Declaration
public DateTime ModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ModifiedDate. |
NewValue
Gets or sets the NewValue associated with this FaaBusinessProcessJobItineraryAudit.
Declaration
public string NewValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewValue. |
OldValue
Gets or sets the OldValue associated with this FaaBusinessProcessJobItineraryAudit.
Declaration
public string OldValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OldValue. |
Process
Gets or sets the Process associated with this FaaBusinessProcessJobItineraryAudit.
Declaration
public string Process { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Process. |
ProcessCode
Gets or sets the ProcessCode associated with this FaaBusinessProcessJobItineraryAudit.
Declaration
public string ProcessCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProcessCode. |
StaffName
Gets or sets the StaffName associated with this FaaBusinessProcessJobItineraryAudit.
Declaration
public string StaffName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StaffName. |
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. |