Class AgencyBranchBankAccountEntity
This class represents the EntityModel interface to the AmAgencyBankAccount database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class AgencyBranchBankAccountEntity : Entity, IIdentifiable, IAuditable
Constructors
AgencyBranchBankAccountEntity()
Declaration
public AgencyBranchBankAccountEntity()
Fields
AccountHolderCityProperty
The AccountHolderCity property.
Declaration
public static readonly EntityProperty AccountHolderCityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AccountHolderFirstNameProperty
The AccountHolderFirstName property.
Declaration
public static readonly EntityProperty AccountHolderFirstNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AccountHolderLastNameProperty
The AccountHolderLastName property.
Declaration
public static readonly EntityProperty AccountHolderLastNameProperty
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 |
AccountHolderPostalCodeProperty
The AccountHolderPostalCode property.
Declaration
public static readonly EntityProperty AccountHolderPostalCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AccountHolderStateProperty
The AccountHolderState property.
Declaration
public static readonly EntityProperty AccountHolderStateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AccountHolderStreetAddressProperty
The AccountHolderStreetAddress property.
Declaration
public static readonly EntityProperty AccountHolderStreetAddressProperty
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 |
AgencyBranchIdProperty
The AgencyBranchId property.
Declaration
public static readonly EntityProperty AgencyBranchIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AptNumberProperty
The AptNumber property.
Declaration
public static readonly EntityProperty AptNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BankAccountAuthorizationNumberProperty
The BankAccountAuthorizationNumber property.
Declaration
public static readonly EntityProperty BankAccountAuthorizationNumberProperty
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 |
BankAccountTypeCodeProperty
The BankAccountTypeCode property.
Declaration
public static readonly EntityProperty BankAccountTypeCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CorelationIdentifierProperty
The CorelationIdentifier property.
Declaration
public static readonly EntityProperty CorelationIdentifierProperty
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 |
ExpireDateProperty
The ExpireDate property.
Declaration
public static readonly EntityProperty ExpireDateProperty
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 |
IsPrimaryPaymentProperty
The IsPrimaryPayment property.
Declaration
public static readonly EntityProperty IsPrimaryPaymentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsVerifiedProperty
The IsVerified property.
Declaration
public static readonly EntityProperty IsVerifiedProperty
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 |
PaymentGatewayProviderProperty
The PaymentGatewayProvider property.
Declaration
public static readonly EntityProperty PaymentGatewayProviderProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentProcessorAccountIdProperty
The PaymentProcessorAccountId property.
Declaration
public static readonly EntityProperty PaymentProcessorAccountIdProperty
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 |
VerificationNumberProperty
The VerificationNumber property.
Declaration
public static readonly EntityProperty VerificationNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AccountHolderCity
Gets or sets the AccountHolderCity associated with this AgencyBranchBankAccountEntity.
Declaration
public string AccountHolderCity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountHolderCity. |
AccountHolderFirstName
Gets or sets the AccountHolderFirstName associated with this AgencyBranchBankAccountEntity.
Declaration
public string AccountHolderFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountHolderFirstName. |
AccountHolderLastName
Gets or sets the AccountHolderLastName associated with this AgencyBranchBankAccountEntity.
Declaration
public string AccountHolderLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountHolderLastName. |
AccountHolderName
Gets or sets the AccountHolderName associated with this AgencyBranchBankAccountEntity.
Declaration
public string AccountHolderName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountHolderName. |
AccountHolderPostalCode
Gets or sets the AccountHolderPostalCode associated with this AgencyBranchBankAccountEntity.
Declaration
public string AccountHolderPostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountHolderPostalCode. |
AccountHolderState
Gets or sets the AccountHolderState associated with this AgencyBranchBankAccountEntity.
Declaration
public string AccountHolderState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountHolderState. |
AccountHolderStreetAddress
Gets or sets the AccountHolderStreetAddress associated with this AgencyBranchBankAccountEntity.
Declaration
public string AccountHolderStreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountHolderStreetAddress. |
AccountNumber
Gets or sets the AccountNumber associated with this AgencyBranchBankAccountEntity.
Declaration
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountNumber. |
AgencyBranchId
Gets or sets the AgencyBranchId associated with this AgencyBranchBankAccountEntity.
Declaration
public int AgencyBranchId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AgencyBranchId. |
AptNumber
Gets or sets the AptNumber associated with this AgencyBranchBankAccountEntity.
Declaration
public string AptNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AptNumber. |
BankAccountAuthorizationNumber
Gets or sets the BankAccountAuthorizationNumber associated with this AgencyBranchBankAccountEntity.
Declaration
public string BankAccountAuthorizationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankAccountAuthorizationNumber. |
BankAccountGuid
Gets or sets the BankAccountGuid associated with this AgencyBranchBankAccountEntity.
Declaration
public string BankAccountGuid { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankAccountGuid. |
BankAccountTypeCode
Gets or sets the BankAccountTypeCode associated with this AgencyBranchBankAccountEntity.
Declaration
public string BankAccountTypeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankAccountTypeCode. |
CorelationIdentifier
Gets or sets the CorelationIdentifier associated with this AgencyBranchBankAccountEntity.
Declaration
public string CorelationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CorelationIdentifier. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AgencyBranchBankAccountEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExpireDate
Gets or sets the ExpireDate associated with this AgencyBranchBankAccountEntity.
Declaration
public DateTime ExpireDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ExpireDate. |
Id
Gets or sets the Id associated with this AgencyBranchBankAccountEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this AgencyBranchBankAccountEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsPrimaryPayment
Gets or sets the IsPrimaryPayment associated with this AgencyBranchBankAccountEntity.
Declaration
public bool IsPrimaryPayment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrimaryPayment. |
IsVerified
Gets or sets the IsVerified associated with this AgencyBranchBankAccountEntity.
Declaration
public bool IsVerified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsVerified. |
LastFourNumber
Gets or sets the LastFourNumber associated with this AgencyBranchBankAccountEntity.
Declaration
public string LastFourNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastFourNumber. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AgencyBranchBankAccountEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AgencyBranchBankAccountEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PaymentGatewayProvider
Gets or sets the PaymentGatewayProvider associated with this AgencyBranchBankAccountEntity.
Declaration
public string PaymentGatewayProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentGatewayProvider. |
PaymentProcessorAccountId
Gets or sets the PaymentProcessorAccountId associated with this AgencyBranchBankAccountEntity.
Declaration
public int? PaymentProcessorAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentProcessorAccountId. |
RowVersion
Gets or sets the RowVersion associated with this AgencyBranchBankAccountEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
VerificationNumber
Gets or sets the VerificationNumber associated with this AgencyBranchBankAccountEntity.
Declaration
public string VerificationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VerificationNumber. |
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()