Class BankDepositEntity
This class represents the EntityModel interface to the SaBankDep database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BankDepositEntity : Entity, IIdentifiable, IAuditable
Constructors
BankDepositEntity()
Declaration
public BankDepositEntity()
Fields
AxDepositSlipNumberProperty
The AxDepositSlipNumber property.
Declaration
public static readonly EntityProperty AxDepositSlipNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BankAccountIdProperty
The BankAccountId property.
Declaration
public static readonly EntityProperty BankAccountIdProperty
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 |
DebitAccountProperty
The DebitAccount property.
Declaration
public static readonly EntityProperty DebitAccountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DepositDateProperty
The DepositDate property.
Declaration
public static readonly EntityProperty DepositDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GeneralLedgerBatchIdProperty
The GeneralLedgerBatchId property.
Declaration
public static readonly EntityProperty GeneralLedgerBatchIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GreatPlainsDepositNumberProperty
The GreatPlainsDepositNumber property.
Declaration
public static readonly EntityProperty GreatPlainsDepositNumberProperty
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 |
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TotalAmountProperty
The TotalAmount property.
Declaration
public static readonly EntityProperty TotalAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TotalCashProperty
The TotalCash property.
Declaration
public static readonly EntityProperty TotalCashProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TotalChecksProperty
The TotalChecks property.
Declaration
public static readonly EntityProperty TotalChecksProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TotalOtherProperty
The TotalOther property.
Declaration
public static readonly EntityProperty TotalOtherProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AxDepositSlipNumber
Gets or sets the AxDepositSlipNumber associated with this BankDepositEntity.
Declaration
public string AxDepositSlipNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AxDepositSlipNumber. |
BankAccountId
Gets or sets the BankAccountId associated with this BankDepositEntity.
Declaration
public int BankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BankAccountId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BankDepositEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DebitAccount
Gets or sets the DebitAccount associated with this BankDepositEntity.
Declaration
public string DebitAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DebitAccount. |
DepositDate
Gets or sets the DepositDate associated with this BankDepositEntity.
Declaration
public DateTime DepositDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DepositDate. |
GeneralLedgerBatchId
Gets or sets the GeneralLedgerBatchId associated with this BankDepositEntity.
Declaration
public int? GeneralLedgerBatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The GeneralLedgerBatchId. |
GreatPlainsDepositNumber
Gets or sets the GreatPlainsDepositNumber associated with this BankDepositEntity.
Declaration
public string GreatPlainsDepositNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GreatPlainsDepositNumber. |
Id
Gets or sets the Id associated with this BankDepositEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BankDepositEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BankDepositEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this BankDepositEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TotalAmount
Gets or sets the TotalAmount associated with this BankDepositEntity.
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 BankDepositEntity.
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 BankDepositEntity.
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 BankDepositEntity.
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()