Class BankAccountEntity
This class represents the EntityModel interface to the SaBankAccount database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BankAccountEntity : Entity, IIdentifiable, IAuditable
Constructors
BankAccountEntity()
Declaration
public BankAccountEntity()
Fields
AccountNameProperty
The AccountName property.
Declaration
public static readonly EntityProperty AccountNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AccountNumberProperty
The property.
Declaration
public static readonly EntityProperty AccountNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BankIdProperty
The property.
Declaration
public static readonly EntityProperty BankIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BranchNameProperty
The BranchName property.
Declaration
public static readonly EntityProperty BranchNameProperty
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 |
CreditAccountIndexProperty
The property.
Declaration
public static readonly EntityProperty CreditAccountIndexProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CurrencyCodeIdProperty
The CurrencyCodeId property.
Declaration
public static readonly EntityProperty CurrencyCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CurrencyProperty
The property.
Declaration
public static readonly EntityProperty CurrencyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DebitAccountIndexProperty
The property.
Declaration
public static readonly EntityProperty DebitAccountIndexProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DepositIdentifierFormatProperty
The property.
Declaration
public static readonly EntityProperty DepositIdentifierFormatProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DepositsPendingAccountProperty
The property.
Declaration
public static readonly EntityProperty DepositsPendingAccountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DirectDepositOriginNumberProperty
The property.
Declaration
public static readonly EntityProperty DirectDepositOriginNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FractionalNumberProperty
The property.
Declaration
public static readonly EntityProperty FractionalNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GlCreditAccountProperty
The property.
Declaration
public static readonly EntityProperty GlCreditAccountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GlDebitAccountProperty
The property.
Declaration
public static readonly EntityProperty GlDebitAccountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GreatPlainsCheckBookProperty
The property.
Declaration
public static readonly EntityProperty GreatPlainsCheckBookProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDefaultAccountProperty
The IsDefaultAccount property.
Declaration
public static readonly EntityProperty IsDefaultAccountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDefaultForAchProperty
The property.
Declaration
public static readonly EntityProperty IsDefaultForAchProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDefaultForAllTypesProperty
The property.
Declaration
public static readonly EntityProperty IsDefaultForAllTypesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDefaultForCashProperty
The property.
Declaration
public static readonly EntityProperty IsDefaultForCashProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDefaultForCheckProperty
The property.
Declaration
public static readonly EntityProperty IsDefaultForCheckProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDefaultForCreditCardProperty
The property.
Declaration
public static readonly EntityProperty IsDefaultForCreditCardProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDefaultForEftProperty
The property.
Declaration
public static readonly EntityProperty IsDefaultForEftProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDefaultForNonCashProperty
The property.
Declaration
public static readonly EntityProperty IsDefaultForNonCashProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsGreatPlainsNextCheckFlagProperty
The property.
Declaration
public static readonly EntityProperty IsGreatPlainsNextCheckFlagProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPositivePayExcludedProperty
The property.
Declaration
public static readonly EntityProperty IsPositivePayExcludedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastCheckNumberProperty
The property.
Declaration
public static readonly EntityProperty LastCheckNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastDirectDepositNumberProperty
The property.
Declaration
public static readonly EntityProperty LastDirectDepositNumberProperty
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 |
NsfPendingAccountProperty
The property.
Declaration
public static readonly EntityProperty NsfPendingAccountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentTypeProperty
The property.
Declaration
public static readonly EntityProperty PaymentTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AccountName
Gets or sets the AccountName associated with this BankAccountEntity.
Declaration
public string AccountName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountName. |
AccountNumber
Gets or sets the AccountNumber associated with this BankAccountEntity.
Declaration
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountNumber. |
BankId
Gets or sets the BankId associated with this BankAccountEntity.
Declaration
public int BankId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BankId. |
BranchName
Gets or sets the BranchName associated with this BankAccountEntity.
Declaration
public string BranchName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BranchName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BankAccountEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditAccountIndex
Gets or sets the CreditAccountIndex associated with this BankAccountEntity.
Declaration
public int? CreditAccountIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CreditAccountIndex. |
Currency
Gets or sets the Currency associated with this BankAccountEntity.
Declaration
public string Currency { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Currency. |
CurrencyCodeId
Gets or sets the CurrencyCodeId associated with this BankAccountEntity.
Declaration
public int? CurrencyCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CurrencyCodeId. |
DebitAccountIndex
Gets or sets the DebitAccountIndex associated with this BankAccountEntity.
Declaration
public int? DebitAccountIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DebitAccountIndex. |
DepositIdentifierFormat
Gets or sets the DepositIdentifierFormat associated with this BankAccountEntity.
Declaration
public string DepositIdentifierFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DepositIdentifierFormat. |
DepositsPendingAccount
Gets or sets the DepositsPendingAccount associated with this BankAccountEntity.
Declaration
public string DepositsPendingAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DepositsPendingAccount. |
DirectDepositOriginNumber
Gets or sets the DirectDepositOriginNumber associated with this BankAccountEntity.
Declaration
public string DirectDepositOriginNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DirectDepositOriginNumber. |
FractionalNumber
Gets or sets the FractionalNumber associated with this BankAccountEntity.
Declaration
public string FractionalNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FractionalNumber. |
GlCreditAccount
Gets or sets the GlCreditAccount associated with this BankAccountEntity.
Declaration
public string GlCreditAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GlCreditAccount. |
GlDebitAccount
Gets or sets the GlDebitAccount associated with this BankAccountEntity.
Declaration
public string GlDebitAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GlDebitAccount. |
GreatPlainsCheckBook
Gets or sets the GreatPlainsCheckBook associated with this BankAccountEntity.
Declaration
public string GreatPlainsCheckBook { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GreatPlainsCheckBook. |
Id
Gets or sets the Id associated with this BankAccountEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this BankAccountEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsDefaultAccount
Gets or sets the IsDefaultAccount associated with this BankAccountEntity.
Declaration
public bool IsDefaultAccount { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDefaultAccount. |
IsDefaultForAch
Gets or sets the IsDefaultForAch associated with this BankAccountEntity.
Declaration
public bool IsDefaultForAch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDefaultForAch. |
IsDefaultForAllTypes
Gets or sets the IsDefaultForAllTypes associated with this BankAccountEntity.
Declaration
public bool IsDefaultForAllTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDefaultForAllTypes. |
IsDefaultForCash
Gets or sets the IsDefaultForCash associated with this BankAccountEntity.
Declaration
public bool IsDefaultForCash { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDefaultForCash. |
IsDefaultForCheck
Gets or sets the IsDefaultForCheck associated with this BankAccountEntity.
Declaration
public bool IsDefaultForCheck { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDefaultForCheck. |
IsDefaultForCreditCard
Gets or sets the IsDefaultForCreditCard associated with this BankAccountEntity.
Declaration
public bool IsDefaultForCreditCard { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDefaultForCreditCard. |
IsDefaultForEft
Gets or sets the IsDefaultForEft associated with this BankAccountEntity.
Declaration
public bool IsDefaultForEft { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDefaultForEft. |
IsDefaultForNonCash
Gets or sets the IsDefaultForNonCash associated with this BankAccountEntity.
Declaration
public bool IsDefaultForNonCash { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDefaultForNonCash. |
IsGreatPlainsNextCheckFlag
Gets or sets the IsGreatPlainsNextCheckFlag associated with this BankAccountEntity.
Declaration
public bool IsGreatPlainsNextCheckFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsGreatPlainsNextCheckFlag. |
IsPositivePayExcluded
Gets or sets the IsPositivePayExcluded associated with this BankAccountEntity.
Declaration
public bool IsPositivePayExcluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPositivePayExcluded. |
LastCheckNumber
Gets or sets the LastCheckNumber associated with this BankAccountEntity.
Declaration
public int? LastCheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LastCheckNumber. |
LastDirectDepositNumber
Gets or sets the LastDirectDepositNumber associated with this BankAccountEntity.
Declaration
public int? LastDirectDepositNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LastDirectDepositNumber. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BankAccountEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BankAccountEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NsfPendingAccount
Gets or sets the NsfPendingAccount associated with this BankAccountEntity.
Declaration
public string NsfPendingAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NsfPendingAccount. |
PaymentType
Gets or sets the PaymentType associated with this BankAccountEntity.
Declaration
public string PaymentType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentType. |
RowVersion
Gets or sets the RowVersion associated with this BankAccountEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()