Class StudentBankAccountEntity
This class represents the EntityModel interface to the SaStudentBankAccount database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentBankAccountEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentBankAccountEntity()
Declaration
public StudentBankAccountEntity()
Fields
AccountBelongsToProperty
The AccountBelongsTo property.
Declaration
public static readonly EntityProperty AccountBelongsToProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AccountHolderNameProperty
The AccountHolderName property.
Declaration
public static readonly EntityProperty AccountHolderNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
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 |
AuthorizationNumberProperty
The AuthorizationNumber property.
Declaration
public static readonly EntityProperty AuthorizationNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BankAccountGuidProperty
The BankAccountGuid property.
Declaration
public static readonly EntityProperty BankAccountGuidProperty
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 |
CorrelationIdentifierProperty
The CorrelationIdentifier property.
Declaration
public static readonly EntityProperty CorrelationIdentifierProperty
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 |
InitializationVectorProperty
The InitializationVector property.
Declaration
public static readonly EntityProperty InitializationVectorProperty
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 |
IsOnlinePaymentProperty
The IsOnlinePayment property.
Declaration
public static readonly EntityProperty IsOnlinePaymentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPrimaryPaymentProperty
The IsPrimaryPayment property.
Declaration
public static readonly EntityProperty IsPrimaryPaymentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSingleUseProperty
The IsSingleUse property.
Declaration
public static readonly EntityProperty IsSingleUseProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastFourNumberProperty
The LastFourNumber property.
Declaration
public static readonly EntityProperty LastFourNumberProperty
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 |
MerchantProcessingCodeProperty
The MerchantProcessingCode property.
Declaration
public static readonly EntityProperty MerchantProcessingCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentGatewayProviderProperty
The PaymentGatewayProvider property.
Declaration
public static readonly EntityProperty PaymentGatewayProviderProperty
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 |
SsoKeyProperty
The SsoKey property.
Declaration
public static readonly EntityProperty SsoKeyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
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 |
TransactionTypeProperty
The TransactionType property.
Declaration
public static readonly EntityProperty TransactionTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AccountBelongsTo
Gets or sets the AccountBelongsTo associated with this StudentBankAccountEntity.
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 StudentBankAccountEntity.
Declaration
public string AccountHolderName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountHolderName. |
AccountNumber
Gets or sets the AccountNumber associated with this StudentBankAccountEntity.
Declaration
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountNumber. |
AccountType
Gets or sets the AccountType associated with this StudentBankAccountEntity.
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 StudentBankAccountEntity.
Declaration
public string AuthorizationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AuthorizationNumber. |
BankAccountGuid
Gets or sets the BankAccountGuid associated with this StudentBankAccountEntity.
Declaration
public string BankAccountGuid { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankAccountGuid. |
BankName
Gets or sets the BankName associated with this StudentBankAccountEntity.
Declaration
public string BankName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankName. |
BranchCode
Gets or sets the BranchCode associated with this StudentBankAccountEntity.
Declaration
public string BranchCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BranchCode. |
CorrelationIdentifier
Gets or sets the CorrelationIdentifier associated with this StudentBankAccountEntity.
Declaration
public string CorrelationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CorrelationIdentifier. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentBankAccountEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GeneralLedgerCompanyNumber
Declaration
public string GeneralLedgerCompanyNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Iban
Gets or sets the Iban associated with this StudentBankAccountEntity.
Declaration
public string Iban { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Iban. |
Id
Gets or sets the Id associated with this StudentBankAccountEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InitializationVector
Gets or sets the InitializationVector associated with this StudentBankAccountEntity.
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 StudentBankAccountEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsDefaultAccount
Gets or sets the IsDefaultAccount associated with this StudentBankAccountEntity.
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 StudentBankAccountEntity.
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 StudentBankAccountEntity.
Declaration
public bool IsOnlinePayment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOnlinePayment. |
IsPrimaryPayment
Gets or sets the IsPrimaryPayment associated with this StudentBankAccountEntity.
Declaration
public bool IsPrimaryPayment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrimaryPayment. |
IsSingleUse
Gets or sets the IsSingleUse associated with this StudentBankAccountEntity.
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 StudentBankAccountEntity.
Declaration
public string LastFourNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastFourNumber. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentBankAccountEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentBankAccountEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MerchantProcessingCode
Gets or sets the MerchantProcessingCode associated with this StudentBankAccountEntity.
Declaration
public string MerchantProcessingCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MerchantProcessingCode. |
PaymentGatewayProvider
Gets or sets the PaymentGatewayProvider associated with this StudentBankAccountEntity.
Declaration
public string PaymentGatewayProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentGatewayProvider. |
RoutingNumber
Gets or sets the RoutingNumber associated with this StudentBankAccountEntity.
Declaration
public string RoutingNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RoutingNumber. |
RowVersion
Gets or sets the RowVersion associated with this StudentBankAccountEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SsoKey
Gets or sets the SsoKey associated with this StudentBankAccountEntity.
Declaration
public string SsoKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SsoKey. |
StudentId
Gets or sets the StudentId associated with this StudentBankAccountEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
SwiftCode
Gets or sets the SwiftCode associated with this StudentBankAccountEntity.
Declaration
public string SwiftCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SwiftCode. |
TransactionType
Gets or sets the TransactionType associated with this StudentBankAccountEntity.
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()