Class GeneralLedgerReleaseStageBatch
This class represents the EntityModel interface to the SaFinanceTransSyncBatch database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class GeneralLedgerReleaseStageBatch
Constructors
GeneralLedgerReleaseStageBatch()
Declaration
public GeneralLedgerReleaseStageBatch()
Properties
BatchException
Gets or sets the BatchException associated with this GeneralLedgerReleaseStageBatch.
Declaration
public string BatchException { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchException. |
BatchNumber
Gets or sets the BatchNumber associated with this GeneralLedgerReleaseStageBatch.
Declaration
public string BatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchNumber. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this GeneralLedgerReleaseStageBatch.
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusGroupId. |
CampusId
Gets or sets the CampusId associated with this GeneralLedgerReleaseStageBatch.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this GeneralLedgerReleaseStageBatch.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DynamicsProcessLogicId
Gets or sets the DynamicsProcessLogicId associated with this GeneralLedgerReleaseStageBatch.
Declaration
public int? DynamicsProcessLogicId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DynamicsProcessLogicId. |
GlBatchNumber
Gets or sets the GlBatchNumber associated with this GeneralLedgerReleaseStageBatch.
Declaration
public int? GlBatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The GlBatchNumber. |
GlEntry
Gets or sets the GlEntry associated with this GeneralLedgerReleaseStageBatch.
Declaration
public string GlEntry { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GlEntry. |
HangFireBatchIdentifier
Gets or sets the HangFireBatchIdentifier associated with this GeneralLedgerReleaseStageBatch.
Declaration
public string HangFireBatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HangFireBatchIdentifier. |
HighDate
Gets or sets the HighDate associated with this GeneralLedgerReleaseStageBatch.
Declaration
public DateTime? HighDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The HighDate. |
Id
Gets or sets the Id associated with this GeneralLedgerReleaseStageBatch.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this GeneralLedgerReleaseStageBatch.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this GeneralLedgerReleaseStageBatch.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LowDate
Gets or sets the LowDate associated with this GeneralLedgerReleaseStageBatch.
Declaration
public DateTime? LowDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LowDate. |
Status
Gets or sets the Status associated with this GeneralLedgerReleaseStageBatch.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
SyncStatus
Gets or sets the SyncStatus associated with this GeneralLedgerReleaseStageBatch.
Declaration
public string SyncStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SyncStatus. |
TransactionType
Gets or sets the TransactionType associated with this GeneralLedgerReleaseStageBatch.
Declaration
public int? TransactionType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TransactionType. |
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. |