Click or drag to resize

DisbursementSchemaTable Class

Gets the Disbursement (Décaissement) table
Inheritance Hierarchy
SystemObject
  EBP.Api.Interfaces.SchemaDisbursementSchemaTable

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 DisbursementSchemaTable

The DisbursementSchemaTable type exposes the following members.

Constructors
  NameDescription
Protected methodDisbursementSchemaTable
Initializes a new instance of the DisbursementSchemaTable 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 memberAccountingExchangeGroupIdColumnName
Gets the AccountingExchangeGroupId (Identifiant du lot comptable) column name
Public fieldStatic memberAccountingTransferWithCommitmentDateColumnName
Gets the AccountingTransferWithCommitmentDate (Transférer à la date d'échéance dans le journal de banque) column name
Public fieldStatic memberAmountColumnName
Gets the Amount (Montant) column name
Public fieldStatic memberBankIdColumnName
Gets the BankId (Banque) column name
Public fieldStatic memberCfonbFileGeneratedColumnName
Gets the CfonbFileGenerated (Fichier CFONB généré) column name
Public fieldStatic memberChargeAmounts0ColumnName
Gets the ChargeAmounts0 (Montant des frais(0)) column name
Public fieldStatic memberChargeAmounts1ColumnName
Gets the ChargeAmounts1 (Montant des frais(1)) column name
Public fieldStatic memberChargeAmounts2ColumnName
Gets the ChargeAmounts2 (Montant des frais(2)) column name
Public fieldStatic memberChargeAmounts3ColumnName
Gets the ChargeAmounts3 (Montant des frais(3)) column name
Public fieldStatic memberChargeAmounts4ColumnName
Gets the ChargeAmounts4 (Montant des frais(4)) column name
Public fieldStatic memberChargesAccountingEntryIdColumnName
Gets the ChargesAccountingEntryId (Identifiant de l'écriture de frais) column name
Public fieldStatic memberChargesEntryDateColumnName
Gets the ChargesEntryDate (Date d'écriture des frais) column name
Public fieldStatic memberCurrencyAmountColumnName
Gets the CurrencyAmount (Montant en devise) column name
Public fieldStatic memberCurrencyChargeAmounts0ColumnName
Gets the CurrencyChargeAmounts0 (Montant des frais en devise(0)) column name
Public fieldStatic memberCurrencyChargeAmounts1ColumnName
Gets the CurrencyChargeAmounts1 (Montant des frais en devise(1)) column name
Public fieldStatic memberCurrencyChargeAmounts2ColumnName
Gets the CurrencyChargeAmounts2 (Montant des frais en devise(2)) column name
Public fieldStatic memberCurrencyChargeAmounts3ColumnName
Gets the CurrencyChargeAmounts3 (Montant des frais en devise(3)) column name
Public fieldStatic memberCurrencyChargeAmounts4ColumnName
Gets the CurrencyChargeAmounts4 (Montant des frais en devise(4)) column name
Public fieldStatic memberCurrencyConversionRateColumnName
Gets the CurrencyConversionRate (Cours de la devise) column name
Public fieldStatic memberCurrencyIdColumnName
Gets the CurrencyId (Code ISO devise) column name
Public fieldStatic memberDisbursementDateColumnName
Gets the DisbursementDate (Date) column name
Public fieldStatic memberDisbursementNumberColumnName
Gets the DisbursementNumber (Numéro de décaissement) column name
Public fieldStatic memberDisbursementStateColumnName
Gets the DisbursementState (Etat) column name
Public fieldStatic memberDisbursementTableName
Gets the Disbursement table name
Public fieldStatic memberIdColumnName
Gets the Id (Code) column name
Public fieldStatic memberLastSepaMessageIdColumnName
Gets the LastSepaMessageId (Dernier message SEPA) column name
Public fieldStatic memberNotesClearColumnName
Gets the NotesClear (Notes en texte brut) column name
Public fieldStatic memberNotesColumnName
Gets the Notes (Notes) column name
Public fieldStatic memberPaymentTypeIdColumnName
Gets the PaymentTypeId (Code moyen de paiement) column name
Public fieldStatic memberRemittanceTypeColumnName
Gets the RemittanceType (Type) 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
Top
See Also