Click or drag to resize

ThirdBankAccountDetailSchemaTable Class

Gets the ThirdBankAccountDetail (Coordonnées bancaires (tiers)) table
Inheritance Hierarchy
SystemObject
  EBP.Api.Interfaces.SchemaThirdBankAccountDetailSchemaTable

Namespace:  EBP.Api.Interfaces.Schema
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public abstract class ThirdBankAccountDetailSchemaTable

The ThirdBankAccountDetailSchemaTable type exposes the following members.

Constructors
  NameDescription
Protected methodThirdBankAccountDetailSchemaTable
Initializes a new instance of the ThirdBankAccountDetailSchemaTable class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberAccountDetail_BankIdentifierCodeColumnName
Gets the AccountDetail_BankIdentifierCode (BIC) column name
Public fieldStatic memberAccountDetail_BasicBankAccountNumberColumnName
Gets the AccountDetail_BasicBankAccountNumber (RIB / BBAN) column name
Public fieldStatic memberAccountDetail_CaptionColumnName
Gets the AccountDetail_Caption (Libellé) column name
Public fieldStatic memberAccountDetail_CountryIsoCodeColumnName
Gets the AccountDetail_CountryIsoCode (Code Pays) column name
Public fieldStatic memberAccountDetail_Domiciliation1ColumnName
Gets the AccountDetail_Domiciliation1 (Domiciliation 1) column name
Public fieldStatic memberAccountDetail_Domiciliation2ColumnName
Gets the AccountDetail_Domiciliation2 (Domiciliation 2) column name
Public fieldStatic memberAccountDetail_Domiciliation3ColumnName
Gets the AccountDetail_Domiciliation3 (Domiciliation 3) column name
Public fieldStatic memberAccountDetail_InternationalBankAccountNumberColumnName
Gets the AccountDetail_InternationalBankAccountNumber (IBAN) column name
Public fieldStatic memberAccountDetail_OtherBankIdentifierColumnName
Gets the AccountDetail_OtherBankIdentifier (Autre identifiant de la banque) column name
Public fieldStatic memberCustomerIdColumnName
Gets the CustomerId (Code client) column name
Public fieldStatic memberIdColumnName
Gets the Id (Code) column name
Public fieldStatic memberIsActiveColumnName
Gets the IsActive (Actif) column name
Public fieldStatic memberIsMainColumnName
Gets the IsMain (Banque principale) column name
Public fieldStatic memberNewAccountColumnName
Gets the NewAccount (Nouveau compte bancaire) column name
Public fieldStatic memberOriginSepaMandateIdentificationColumnName
Gets the OriginSepaMandateIdentification (Ancienne référence unique de mandat) column name
Public fieldStatic memberSepaMandateDateColumnName
Gets the SepaMandateDate (Date de signature du mandat SEPA) column name
Public fieldStatic memberSepaMandateIdentificationColumnName
Gets the SepaMandateIdentification (Référence unique du mandat SEPA) column name
Public fieldStatic memberSepaSequenceColumnName
Gets the SepaSequence (Séquence de présentation SEPA) column name
Public fieldStatic memberSupplierIdColumnName
Gets the SupplierId (Code fournisseur) column name
Public fieldStatic membersysCreatedDateColumnName
Gets the sysCreatedDate (Date de création) column name
Public fieldStatic membersysCreatedUserColumnName
Gets the sysCreatedUser (Utilisateur de création) column name
Public fieldStatic membersysModifiedDateColumnName
Gets the sysModifiedDate (Date de modification) column name
Public fieldStatic membersysModifiedUserColumnName
Gets the sysModifiedUser (Utilisateur de modification) column name
Public fieldStatic memberThirdBankAccountDetailTableName
Gets the ThirdBankAccountDetail table name
Top
See Also