Class FaaProcessDeactivatedJob
This class represents the EntityModel interface to the FaaDeactivatedSubscription_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaProcessDeactivatedJob
Constructors
FaaProcessDeactivatedJob()
Declaration
public FaaProcessDeactivatedJob()
Properties
CampusCodeList
Gets or sets the CampusCodeList associated with this FaaProcessDeactivatedJob.
Declaration
public string CampusCodeList { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusCodeList. |
CampusGroupName
Gets or sets the CampusGroupName associated with this FaaProcessDeactivatedJob.
Declaration
public string CampusGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusGroupName. |
DisplayInUi
Gets or sets the DisplayInUi associated with this FaaProcessDeactivatedJob.
Declaration
public string DisplayInUi { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DisplayInUi. |
Id
Gets or sets the Id associated with this FaaProcessDeactivatedJob.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessDeactivatedJob.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
ProcessName
Gets or sets the ProcessName associated with this FaaProcessDeactivatedJob.
Declaration
public string ProcessName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProcessName. |
ProcessNotification
Gets or sets the ProcessNotification associated with this FaaProcessDeactivatedJob.
Declaration
public string ProcessNotification { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProcessNotification. |
TaskSchedule
Gets or sets the TaskSchedule associated with this FaaProcessDeactivatedJob.
Declaration
public string TaskSchedule { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TaskSchedule. |
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. |