Class GeneralLedgerReleaseStageBatchDetail
This class represents the EntityModel interface to the SaFinanceTransSyncDetails database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class GeneralLedgerReleaseStageBatchDetail
Constructors
GeneralLedgerReleaseStageBatchDetail()
Declaration
public GeneralLedgerReleaseStageBatchDetail()
Properties
AccountNumber
Gets or sets the AccountNumber associated with this GeneralLedgerReleaseStageBatchDetail.
Declaration
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountNumber. |
BatchNumber
Gets or sets the BatchNumber associated with this GeneralLedgerReleaseStageBatchDetail.
Declaration
public string BatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchNumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this GeneralLedgerReleaseStageBatchDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditAmount
Gets or sets the CreditAmount associated with this GeneralLedgerReleaseStageBatchDetail.
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 GeneralLedgerReleaseStageBatchDetail.
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 GeneralLedgerReleaseStageBatchDetail.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
GlEntry
Gets or sets the GlEntry associated with this GeneralLedgerReleaseStageBatchDetail.
Declaration
public string GlEntry { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GlEntry. |
Id
Gets or sets the Id associated with this GeneralLedgerReleaseStageBatchDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
JournalEntry
Declaration
public virtual JournalEntry JournalEntry { get; set; }
Property Value
Type | Description |
---|---|
JournalEntry |
JournalEntryId
Gets or sets the JournalEntryId associated with this GeneralLedgerReleaseStageBatchDetail.
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 GeneralLedgerReleaseStageBatchDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this GeneralLedgerReleaseStageBatchDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MiscellaneousCashReceipt
Declaration
public virtual MiscellaneousCashReceipt MiscellaneousCashReceipt { get; set; }
Property Value
Type | Description |
---|---|
MiscellaneousCashReceipt |
MiscellaneousCashReceiptId
Gets or sets the MiscellaneousCashReceiptId associated with this GeneralLedgerReleaseStageBatchDetail.
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 GeneralLedgerReleaseStageBatchDetail.
Declaration
public string PayeeAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeAddress. |
PayeeName
Gets or sets the PayeeName associated with this GeneralLedgerReleaseStageBatchDetail.
Declaration
public string PayeeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeName. |
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 GeneralLedgerReleaseStageBatchDetail.
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 GeneralLedgerReleaseStageBatchDetail.
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 GeneralLedgerReleaseStageBatchDetail.
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 GeneralLedgerReleaseStageBatchDetail.
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 GeneralLedgerReleaseStageBatchDetail.
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 GeneralLedgerReleaseStageBatchDetail.
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. |