Class BankDeposit
This class represents the EntityModel interface to the SaBankDep database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class BankDeposit
Constructors
BankDeposit()
Declaration
public BankDeposit()
Properties
AxDepositSlipNumber
Gets or sets the AxDepositSlipNumber associated with this BankDeposit.
Declaration
public string AxDepositSlipNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AxDepositSlipNumber. |
BankAccount
Declaration
public virtual BankAccount BankAccount { get; set; }
Property Value
Type | Description |
---|---|
BankAccount |
BankAccountId
Gets or sets the BankAccountId associated with this BankDeposit.
Declaration
public int BankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BankAccountId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BankDeposit.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DebitAccount
Gets or sets the DebitAccount associated with this BankDeposit.
Declaration
public string DebitAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DebitAccount. |
DepositDate
Gets or sets the DepositDate associated with this BankDeposit.
Declaration
public DateTime DepositDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DepositDate. |
GeneralLedgerBatch
Declaration
public virtual GeneralLedgerReleaseBatch GeneralLedgerBatch { get; set; }
Property Value
Type | Description |
---|---|
GeneralLedgerReleaseBatch |
GeneralLedgerBatchId
Gets or sets the GeneralLedgerBatchId associated with this BankDeposit.
Declaration
public int? GeneralLedgerBatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The GeneralLedgerBatchId. |
GeneralLedgerReleaseDetail
Declaration
public virtual ICollection<GeneralLedgerReleaseBatchDetail> GeneralLedgerReleaseDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<GeneralLedgerReleaseBatchDetail> |
GreatPlainsDepositNumber
Gets or sets the GreatPlainsDepositNumber associated with this BankDeposit.
Declaration
public string GreatPlainsDepositNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GreatPlainsDepositNumber. |
Id
Gets or sets the Id associated with this BankDeposit.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BankDeposit.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BankDeposit.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
StudentAccountTransaction
Declaration
public virtual ICollection<StudentAccountTransaction> StudentAccountTransaction { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAccountTransaction> |
TotalAmount
Gets or sets the TotalAmount associated with this BankDeposit.
Declaration
public decimal? TotalAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalAmount. |
TotalCash
Gets or sets the TotalCash associated with this BankDeposit.
Declaration
public decimal? TotalCash { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalCash. |
TotalChecks
Gets or sets the TotalChecks associated with this BankDeposit.
Declaration
public decimal? TotalChecks { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalChecks. |
TotalOther
Gets or sets the TotalOther associated with this BankDeposit.
Declaration
public decimal? TotalOther { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalOther. |
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. |