Class GeneralLedgerReleaseStageBatchDetailEntity
This class represents the EntityModel interface to the SaFinanceTransSyncDetails database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GeneralLedgerReleaseStageBatchDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
GeneralLedgerReleaseStageBatchDetailEntity()
Declaration
public GeneralLedgerReleaseStageBatchDetailEntity()
Fields
AccountNumberProperty
The AccountNumber property.
Declaration
public static readonly EntityProperty AccountNumberProperty
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 |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditAmountProperty
The CreditAmount property.
Declaration
public static readonly EntityProperty CreditAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DebitAmountProperty
The DebitAmount property.
Declaration
public static readonly EntityProperty DebitAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DescriptionProperty
The Description property.
Declaration
public static readonly EntityProperty DescriptionProperty
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JournalEntryIdProperty
The JournalEntryId property.
Declaration
public static readonly EntityProperty JournalEntryIdProperty
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 |
MiscellaneousCashReceiptIdProperty
The MiscellaneousCashReceiptId property.
Declaration
public static readonly EntityProperty MiscellaneousCashReceiptIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PayeeAddressProperty
The PayeeAddress property.
Declaration
public static readonly EntityProperty PayeeAddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PayeeNameProperty
The PayeeName property.
Declaration
public static readonly EntityProperty PayeeNameProperty
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 |
StudentAccountTransactionIdProperty
The StudentAccountTransactionId property.
Declaration
public static readonly EntityProperty StudentAccountTransactionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentRevenueDetailIdProperty
The StudentRevenueDetailId property.
Declaration
public static readonly EntityProperty StudentRevenueDetailIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentSubsidiaryAccountTransactionIdProperty
The StudentSubsidiaryAccountTransactionId property.
Declaration
public static readonly EntityProperty StudentSubsidiaryAccountTransactionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionDateProperty
The TransactionDate property.
Declaration
public static readonly EntityProperty TransactionDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TypeProperty
The Type property.
Declaration
public static readonly EntityProperty TypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AccountNumber
Gets or sets the AccountNumber associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountNumber. |
BatchNumber
Gets or sets the BatchNumber associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public string BatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchNumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditAmount
Gets or sets the CreditAmount associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public decimal? CreditAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CreditAmount. |
DebitAmount
Gets or sets the DebitAmount associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public decimal? DebitAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The DebitAmount. |
Description
Gets or sets the Description associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
GlEntry
Gets or sets the GlEntry associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public string GlEntry { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GlEntry. |
Id
Gets or sets the Id associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
JournalEntryId
Gets or sets the JournalEntryId associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public int? JournalEntryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The JournalEntryId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MiscellaneousCashReceiptId
Gets or sets the MiscellaneousCashReceiptId associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public int? MiscellaneousCashReceiptId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The MiscellaneousCashReceiptId. |
PayeeAddress
Gets or sets the PayeeAddress associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public string PayeeAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeAddress. |
PayeeName
Gets or sets the PayeeName associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public string PayeeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeName. |
RowVersion
Gets or sets the RowVersion associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public int? StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAccountTransactionId. |
StudentId
Gets or sets the StudentId associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
StudentRevenueDetailId
Gets or sets the StudentRevenueDetailId associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public int? StudentRevenueDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRevenueDetailId. |
StudentSubsidiaryAccountTransactionId
Gets or sets the StudentSubsidiaryAccountTransactionId associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public int? StudentSubsidiaryAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentSubsidiaryAccountTransactionId. |
TransactionDate
Gets or sets the TransactionDate associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public DateTime? TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The TransactionDate. |
Type
Gets or sets the Type associated with this GeneralLedgerReleaseStageBatchDetailEntity.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Type. |
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()