Class BursaryExternalVendorBankAccount
This class represents the EntityModel interface to the BcBursaryExternalVendorBankAccount database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class BursaryExternalVendorBankAccount
Constructors
BursaryExternalVendorBankAccount()
Declaration
public BursaryExternalVendorBankAccount()
Properties
AccountNumber
Gets or sets the AccountNumber associated with this BursaryExternalVendorBankAccount.
Declaration
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountNumber. |
AccountType
Gets or sets the AccountType associated with this BursaryExternalVendorBankAccount.
Declaration
public string AccountType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountType. |
BankName
Gets or sets the BankName associated with this BursaryExternalVendorBankAccount.
Declaration
public string BankName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankName. |
BranchCode
Gets or sets the BranchCode associated with this BursaryExternalVendorBankAccount.
Declaration
public string BranchCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BranchCode. |
BursaryExternalVendor
Declaration
public virtual BursaryExternalVendor BursaryExternalVendor { get; set; }
Property Value
Type | Description |
---|---|
BursaryExternalVendor |
BursaryExternalVendorId
Gets or sets the BursaryExternalVendorId associated with this BursaryExternalVendorBankAccount.
Declaration
public int BursaryExternalVendorId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BursaryExternalVendorId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BursaryExternalVendorBankAccount.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Iban
Gets or sets the Iban associated with this BursaryExternalVendorBankAccount.
Declaration
public string Iban { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Iban. |
Id
Gets or sets the Id associated with this BursaryExternalVendorBankAccount.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this BursaryExternalVendorBankAccount.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsDefaultAccount
Gets or sets the IsDefaultAccount associated with this BursaryExternalVendorBankAccount.
Declaration
public bool IsDefaultAccount { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDefaultAccount. |
IsDirectDeposit
Gets or sets the IsDirectDeposit associated with this BursaryExternalVendorBankAccount.
Declaration
public bool IsDirectDeposit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDirectDeposit. |
IsSystemCode
Gets or sets the IsSystemCode associated with this BursaryExternalVendorBankAccount.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemCode. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BursaryExternalVendorBankAccount.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BursaryExternalVendorBankAccount.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RoutingNumber
Gets or sets the RoutingNumber associated with this BursaryExternalVendorBankAccount.
Declaration
public string RoutingNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RoutingNumber. |
SwiftCode
Gets or sets the SwiftCode associated with this BursaryExternalVendorBankAccount.
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()
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. |