Class MonthEndProcess
This class represents the EntityModel interface to the SaMonthEndProcess database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class MonthEndProcess
Constructors
MonthEndProcess()
Declaration
public MonthEndProcess()
Properties
BeginTime
Gets or sets the BeginTime associated with this MonthEndProcess.
Declaration
public DateTime BeginTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The BeginTime. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this MonthEndProcess.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
EndTime
Gets or sets the EndTime associated with this MonthEndProcess.
Declaration
public DateTime EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EndTime. |
FailReason
Gets or sets the FailReason associated with this MonthEndProcess.
Declaration
public string FailReason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FailReason. |
Id
Gets or sets the Id associated with this MonthEndProcess.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ProcessName
Gets or sets the ProcessName associated with this MonthEndProcess.
Declaration
public string ProcessName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProcessName. |
Reference
Gets or sets the Reference associated with this MonthEndProcess.
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Reference. |
Status
Gets or sets the Status associated with this MonthEndProcess.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
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. |