Class BursaryExternalVendorBankAccountEntity
This class represents the EntityModel interface to the BcBursaryExternalVendorBankAccount database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BursaryExternalVendorBankAccountEntity : Entity, IIdentifiable, IAuditable
Constructors
BursaryExternalVendorBankAccountEntity()
Declaration
public BursaryExternalVendorBankAccountEntity()
Fields
AccountNumberProperty
The AccountNumber property.
Declaration
public static readonly EntityProperty AccountNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AccountTypeProperty
The AccountType property.
Declaration
public static readonly EntityProperty AccountTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BankNameProperty
The BankName property.
Declaration
public static readonly EntityProperty BankNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BranchCodeProperty
The BranchCode property.
Declaration
public static readonly EntityProperty BranchCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BursaryExternalVendorIdProperty
The BursaryExternalVendorId property.
Declaration
public static readonly EntityProperty BursaryExternalVendorIdProperty
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 |
IbanProperty
The Iban property.
Declaration
public static readonly EntityProperty IbanProperty
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 |
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 |
IsDirectDepositProperty
The IsDirectDeposit property.
Declaration
public static readonly EntityProperty IsDirectDepositProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSystemCodeProperty
The IsSystemCode property.
Declaration
public static readonly EntityProperty IsSystemCodeProperty
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 |
RoutingNumberProperty
The RoutingNumber property.
Declaration
public static readonly EntityProperty RoutingNumberProperty
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 |
SwiftCodeProperty
The SwiftCode property.
Declaration
public static readonly EntityProperty SwiftCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AccountNumber
Gets or sets the AccountNumber associated with this BursaryExternalVendorBankAccountEntity.
Declaration
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountNumber. |
AccountType
Gets or sets the AccountType associated with this BursaryExternalVendorBankAccountEntity.
Declaration
public string AccountType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountType. |
BankName
Gets or sets the BankName associated with this BursaryExternalVendorBankAccountEntity.
Declaration
public string BankName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankName. |
BranchCode
Gets or sets the BranchCode associated with this BursaryExternalVendorBankAccountEntity.
Declaration
public string BranchCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BranchCode. |
BursaryExternalVendorId
Gets or sets the BursaryExternalVendorId associated with this BursaryExternalVendorBankAccountEntity.
Declaration
public int BursaryExternalVendorId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BursaryExternalVendorId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BursaryExternalVendorBankAccountEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Iban
Gets or sets the Iban associated with this BursaryExternalVendorBankAccountEntity.
Declaration
public string Iban { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Iban. |
Id
Gets or sets the Id associated with this BursaryExternalVendorBankAccountEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this BursaryExternalVendorBankAccountEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsDefaultAccount
Gets or sets the IsDefaultAccount associated with this BursaryExternalVendorBankAccountEntity.
Declaration
public bool IsDefaultAccount { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDefaultAccount. |
IsDirectDeposit
Gets or sets the IsDirectDeposit associated with this BursaryExternalVendorBankAccountEntity.
Declaration
public bool IsDirectDeposit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDirectDeposit. |
IsSystemCode
Gets or sets the IsSystemCode associated with this BursaryExternalVendorBankAccountEntity.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemCode. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BursaryExternalVendorBankAccountEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BursaryExternalVendorBankAccountEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RoutingNumber
Gets or sets the RoutingNumber associated with this BursaryExternalVendorBankAccountEntity.
Declaration
public string RoutingNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RoutingNumber. |
RowVersion
Gets or sets the RowVersion associated with this BursaryExternalVendorBankAccountEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SwiftCode
Gets or sets the SwiftCode associated with this BursaryExternalVendorBankAccountEntity.
Declaration
public string SwiftCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SwiftCode. |
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()