Class GeneralLedgerReleaseBatchDetailEntity
This class represents the EntityModel interface to the SaGLRelease database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GeneralLedgerReleaseBatchDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
GeneralLedgerReleaseBatchDetailEntity()
Declaration
public GeneralLedgerReleaseBatchDetailEntity()
Fields
AccountNumberProperty
The AccountNumber property.
Declaration
public static readonly EntityProperty AccountNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BankDepositIdProperty
The BankDepositId property.
Declaration
public static readonly EntityProperty BankDepositIdProperty
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 |
CostAccountProperty
The CostAccount property.
Declaration
public static readonly EntityProperty CostAccountProperty
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 |
DrnProperty
The Drn property.
Declaration
public static readonly EntityProperty DrnProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FiscalYearProperty
The FiscalYear property.
Declaration
public static readonly EntityProperty FiscalYearProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GlEntryDescriptionProperty
The GlEntryDescription property.
Declaration
public static readonly EntityProperty GlEntryDescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GreatPlainsAccountIndexProperty
The GreatPlainsAccountIndex property.
Declaration
public static readonly EntityProperty GreatPlainsAccountIndexProperty
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 |
IsReleasedToVantageProperty
The IsReleasedToVantage property.
Declaration
public static readonly EntityProperty IsReleasedToVantageProperty
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 |
MiscellaneousCashIdProperty
The MiscellaneousCashId property.
Declaration
public static readonly EntityProperty MiscellaneousCashIdProperty
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 |
PeriodProperty
The Period property.
Declaration
public static readonly EntityProperty PeriodProperty
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 |
TransactionDescriptionProperty
The TransactionDescription property.
Declaration
public static readonly EntityProperty TransactionDescriptionProperty
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 GeneralLedgerReleaseBatchDetailEntity.
Declaration
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountNumber. |
BankDepositId
Gets or sets the BankDepositId associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public int? BankDepositId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BankDepositId. |
BatchNumber
Gets or sets the BatchNumber associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public string BatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchNumber. |
CostAccount
Gets or sets the CostAccount associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public string CostAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CostAccount. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditAmount
Gets or sets the CreditAmount associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public decimal CreditAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CreditAmount. |
DebitAmount
Gets or sets the DebitAmount associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public decimal DebitAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DebitAmount. |
Drn
Gets or sets the Drn associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public string Drn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Drn. |
FiscalYear
Gets or sets the FiscalYear associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public string FiscalYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FiscalYear. |
GlEntryDescription
Gets or sets the GlEntryDescription associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public string GlEntryDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GlEntryDescription. |
GreatPlainsAccountIndex
Gets or sets the GreatPlainsAccountIndex associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public int GreatPlainsAccountIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The GreatPlainsAccountIndex. |
Id
Gets or sets the Id associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsReleasedToVantage
Gets or sets the IsReleasedToVantage associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public bool IsReleasedToVantage { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReleasedToVantage. |
JournalEntryId
Gets or sets the JournalEntryId associated with this GeneralLedgerReleaseBatchDetailEntity.
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 GeneralLedgerReleaseBatchDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MiscellaneousCashId
Gets or sets the MiscellaneousCashId associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public int? MiscellaneousCashId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The MiscellaneousCashId. |
PayeeAddress
Gets or sets the PayeeAddress associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public string PayeeAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeAddress. |
PayeeName
Gets or sets the PayeeName associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public string PayeeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeName. |
Period
Gets or sets the Period associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public short? Period { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The Period. |
RowVersion
Gets or sets the RowVersion associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this GeneralLedgerReleaseBatchDetailEntity.
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 GeneralLedgerReleaseBatchDetailEntity.
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 GeneralLedgerReleaseBatchDetailEntity.
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 GeneralLedgerReleaseBatchDetailEntity.
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 GeneralLedgerReleaseBatchDetailEntity.
Declaration
public DateTime? TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The TransactionDate. |
TransactionDescription
Gets or sets the TransactionDescription associated with this GeneralLedgerReleaseBatchDetailEntity.
Declaration
public string TransactionDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionDescription. |
Type
Gets or sets the Type associated with this GeneralLedgerReleaseBatchDetailEntity.
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()