Class GeneralLedgerReleaseBatchDetail
This class represents the EntityModel interface to the SaGLRelease database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class GeneralLedgerReleaseBatchDetail
Constructors
GeneralLedgerReleaseBatchDetail()
Declaration
public GeneralLedgerReleaseBatchDetail()
Properties
AccountNumber
Gets or sets the AccountNumber associated with this GeneralLedgerReleaseBatchDetail.
Declaration
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountNumber. |
BankDeposit
Declaration
public virtual BankDeposit BankDeposit { get; set; }
Property Value
Type | Description |
---|---|
BankDeposit |
BankDepositId
Gets or sets the BankDepositId associated with this GeneralLedgerReleaseBatchDetail.
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 GeneralLedgerReleaseBatchDetail.
Declaration
public string BatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchNumber. |
CostAccount
Gets or sets the CostAccount associated with this GeneralLedgerReleaseBatchDetail.
Declaration
public string CostAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CostAccount. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this GeneralLedgerReleaseBatchDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditAmount
Gets or sets the CreditAmount associated with this GeneralLedgerReleaseBatchDetail.
Declaration
public decimal CreditAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CreditAmount. |
DebitAmount
Gets or sets the DebitAmount associated with this GeneralLedgerReleaseBatchDetail.
Declaration
public decimal DebitAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DebitAmount. |
Drn
Gets or sets the Drn associated with this GeneralLedgerReleaseBatchDetail.
Declaration
public string Drn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Drn. |
FiscalYear
Gets or sets the FiscalYear associated with this GeneralLedgerReleaseBatchDetail.
Declaration
public string FiscalYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FiscalYear. |
GlEntryDescription
Gets or sets the GlEntryDescription associated with this GeneralLedgerReleaseBatchDetail.
Declaration
public string GlEntryDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GlEntryDescription. |
GreatPlainsAccountIndex
Gets or sets the GreatPlainsAccountIndex associated with this GeneralLedgerReleaseBatchDetail.
Declaration
public int GreatPlainsAccountIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The GreatPlainsAccountIndex. |
Id
Gets or sets the Id associated with this GeneralLedgerReleaseBatchDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsReleasedToVantage
Gets or sets the IsReleasedToVantage associated with this GeneralLedgerReleaseBatchDetail.
Declaration
public bool IsReleasedToVantage { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReleasedToVantage. |
JournalEntryId
Gets or sets the JournalEntryId associated with this GeneralLedgerReleaseBatchDetail.
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 GeneralLedgerReleaseBatchDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this GeneralLedgerReleaseBatchDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MiscellaneousCash
Declaration
public virtual MiscellaneousCashReceipt MiscellaneousCash { get; set; }
Property Value
Type | Description |
---|---|
MiscellaneousCashReceipt |
MiscellaneousCashId
Gets or sets the MiscellaneousCashId associated with this GeneralLedgerReleaseBatchDetail.
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 GeneralLedgerReleaseBatchDetail.
Declaration
public string PayeeAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeAddress. |
PayeeName
Gets or sets the PayeeName associated with this GeneralLedgerReleaseBatchDetail.
Declaration
public string PayeeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeName. |
Period
Gets or sets the Period associated with this GeneralLedgerReleaseBatchDetail.
Declaration
public short? Period { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The Period. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentAccountTransaction
Declaration
public virtual StudentAccountTransaction StudentAccountTransaction { get; set; }
Property Value
Type | Description |
---|---|
StudentAccountTransaction |
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this GeneralLedgerReleaseBatchDetail.
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 GeneralLedgerReleaseBatchDetail.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
StudentRevenueDetail
Declaration
public virtual StudentRevenueDetail StudentRevenueDetail { get; set; }
Property Value
Type | Description |
---|---|
StudentRevenueDetail |
StudentRevenueDetailId
Gets or sets the StudentRevenueDetailId associated with this GeneralLedgerReleaseBatchDetail.
Declaration
public int? StudentRevenueDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRevenueDetailId. |
StudentSubsidiaryAccountTransaction
Declaration
public virtual StudentSubsidiaryAccountTransaction StudentSubsidiaryAccountTransaction { get; set; }
Property Value
Type | Description |
---|---|
StudentSubsidiaryAccountTransaction |
StudentSubsidiaryAccountTransactionId
Gets or sets the StudentSubsidiaryAccountTransactionId associated with this GeneralLedgerReleaseBatchDetail.
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 GeneralLedgerReleaseBatchDetail.
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 GeneralLedgerReleaseBatchDetail.
Declaration
public string TransactionDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionDescription. |
Type
Gets or sets the Type associated with this GeneralLedgerReleaseBatchDetail.
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()
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. |