Class GeneralLedgerReleaseStageBatchEntity
This class represents the EntityModel interface to the SaFinanceTransSyncBatch database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GeneralLedgerReleaseStageBatchEntity : Entity, IIdentifiable, IAuditable
Constructors
GeneralLedgerReleaseStageBatchEntity()
Declaration
public GeneralLedgerReleaseStageBatchEntity()
Fields
BatchExceptionProperty
The BatchException property.
Declaration
public static readonly EntityProperty BatchExceptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BatchNumberProperty
The BatchNumber property.
Declaration
public static readonly EntityProperty BatchNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DynamicsProcessLogicIdProperty
The DynamicsProcessLogicId property.
Declaration
public static readonly EntityProperty DynamicsProcessLogicIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GlBatchNumberProperty
The GlBatchNumber property.
Declaration
public static readonly EntityProperty GlBatchNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GlEntryProperty
The GlEntry property.
Declaration
public static readonly EntityProperty GlEntryProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HangFireBatchIdentifierProperty
The HangFireBatchIdentifier property.
Declaration
public static readonly EntityProperty HangFireBatchIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HighDateProperty
The HighDate property.
Declaration
public static readonly EntityProperty HighDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LowDateProperty
The LowDate property.
Declaration
public static readonly EntityProperty LowDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SyncStatusProperty
The SyncStatus property.
Declaration
public static readonly EntityProperty SyncStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionTypeProperty
The TransactionType property.
Declaration
public static readonly EntityProperty TransactionTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BatchException
Gets or sets the BatchException associated with this GeneralLedgerReleaseStageBatchEntity.
Declaration
public string BatchException { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchException. |
BatchNumber
Gets or sets the BatchNumber associated with this GeneralLedgerReleaseStageBatchEntity.
Declaration
public string BatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchNumber. |
CampusGroupId
Gets or sets the CampusGroupId associated with this GeneralLedgerReleaseStageBatchEntity.
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 GeneralLedgerReleaseStageBatchEntity.
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 GeneralLedgerReleaseStageBatchEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DynamicsProcessLogicId
Gets or sets the DynamicsProcessLogicId associated with this GeneralLedgerReleaseStageBatchEntity.
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 GeneralLedgerReleaseStageBatchEntity.
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 GeneralLedgerReleaseStageBatchEntity.
Declaration
public string GlEntry { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GlEntry. |
HangFireBatchIdentifier
Gets or sets the HangFireBatchIdentifier associated with this GeneralLedgerReleaseStageBatchEntity.
Declaration
public string HangFireBatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HangFireBatchIdentifier. |
HighDate
Gets or sets the HighDate associated with this GeneralLedgerReleaseStageBatchEntity.
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 GeneralLedgerReleaseStageBatchEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this GeneralLedgerReleaseStageBatchEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this GeneralLedgerReleaseStageBatchEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LowDate
Gets or sets the LowDate associated with this GeneralLedgerReleaseStageBatchEntity.
Declaration
public DateTime? LowDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LowDate. |
RowVersion
Gets or sets the RowVersion associated with this GeneralLedgerReleaseStageBatchEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Status
Gets or sets the Status associated with this GeneralLedgerReleaseStageBatchEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
SyncStatus
Gets or sets the SyncStatus associated with this GeneralLedgerReleaseStageBatchEntity.
Declaration
public string SyncStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SyncStatus. |
TransactionType
Gets or sets the TransactionType associated with this GeneralLedgerReleaseStageBatchEntity.
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()