Class StudentBankAccount
This class represents the EntityModel interface to the SaStudentBankAccount database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentBankAccount
Constructors
StudentBankAccount()
Declaration
public StudentBankAccount()
Properties
AccountBelongsTo
Gets or sets the AccountBelongsTo associated with this StudentBankAccount.
Declaration
public int? AccountBelongsTo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AccountBelongsTo. |
AccountHolderName
Gets or sets the AccountHolderName associated with this StudentBankAccount.
Declaration
public string AccountHolderName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountHolderName. |
AccountNumber
Gets or sets the AccountNumber associated with this StudentBankAccount.
Declaration
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountNumber. |
AccountType
Gets or sets the AccountType associated with this StudentBankAccount.
Declaration
public string AccountType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountType. |
AchAuthorizationNumber
Declaration
[Obsolete("Deprecated. No longer used.")]
public string AchAuthorizationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AuthorizationNumber
Gets or sets the AuthorizationNumber associated with this StudentBankAccount.
Declaration
public string AuthorizationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AuthorizationNumber. |
BankAccountGuid
Gets or sets the BankAccountGuid associated with this StudentBankAccount.
Declaration
public string BankAccountGuid { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankAccountGuid. |
BankName
Gets or sets the BankName associated with this StudentBankAccount.
Declaration
public string BankName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankName. |
BranchCode
Gets or sets the BranchCode associated with this StudentBankAccount.
Declaration
public string BranchCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BranchCode. |
CorrelationIdentifier
Gets or sets the CorrelationIdentifier associated with this StudentBankAccount.
Declaration
public string CorrelationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CorrelationIdentifier. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentBankAccount.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExtendedProperties
Extended Properties
Declaration
public ICollection<StudentBankAccountExtendedProperty> ExtendedProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentBankAccountExtendedProperty> |
Iban
Gets or sets the Iban associated with this StudentBankAccount.
Declaration
public string Iban { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Iban. |
Id
Gets or sets the Id associated with this StudentBankAccount.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InitializationVector
Gets or sets the InitializationVector associated with this StudentBankAccount.
Declaration
public string InitializationVector { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InitializationVector. |
IsAccountNumberStored
Declaration
[Obsolete("Deprecated. No longer used.")]
public bool IsAccountNumberStored { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsActive
Gets or sets the IsActive associated with this StudentBankAccount.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsDefaultAccount
Gets or sets the IsDefaultAccount associated with this StudentBankAccount.
Declaration
public bool? IsDefaultAccount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsDefaultAccount. |
IsDirectDeposit
Gets or sets the IsDirectDeposit associated with this StudentBankAccount.
Declaration
public bool? IsDirectDeposit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsDirectDeposit. |
IsOnlinePayment
Gets or sets the IsOnlinePayment associated with this StudentBankAccount.
Declaration
public bool IsOnlinePayment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOnlinePayment. |
IsPrimaryPayment
Gets or sets the IsPrimaryPayment associated with this StudentBankAccount.
Declaration
public bool IsPrimaryPayment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrimaryPayment. |
IsSingleUse
Gets or sets the IsSingleUse associated with this StudentBankAccount.
Declaration
public bool IsSingleUse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSingleUse. |
IsVerified
Declaration
[Obsolete("Deprecated. No longer used.")]
public bool IsVerified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastFourNumber
Gets or sets the LastFourNumber associated with this StudentBankAccount.
Declaration
public string LastFourNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastFourNumber. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentBankAccount.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentBankAccount.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MerchantProcessingCode
Gets or sets the MerchantProcessingCode associated with this StudentBankAccount.
Declaration
public string MerchantProcessingCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MerchantProcessingCode. |
PaymentGatewayProvider
Gets or sets the PaymentGatewayProvider associated with this StudentBankAccount.
Declaration
public string PaymentGatewayProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentGatewayProvider. |
RoutingNumber
Gets or sets the RoutingNumber associated with this StudentBankAccount.
Declaration
public string RoutingNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RoutingNumber. |
SsoKey
Gets or sets the SsoKey associated with this StudentBankAccount.
Declaration
public string SsoKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SsoKey. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentId
Gets or sets the StudentId associated with this StudentBankAccount.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
SwiftCode
Gets or sets the SwiftCode associated with this StudentBankAccount.
Declaration
public string SwiftCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SwiftCode. |
TransactionType
Gets or sets the TransactionType associated with this StudentBankAccount.
Declaration
public string TransactionType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionType. |
VerificationNumber
Declaration
[Obsolete("Deprecated. No longer used.")]
public string VerificationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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. |