Click or drag to resize

UnpaidSaleSettlementLineSchemaTable Class

Gets the UnpaidSaleSettlementLine (Incident de paiement) table
Inheritance Hierarchy
SystemObject
  EBP.Api.Interfaces.SchemaUnpaidSaleSettlementLineSchemaTable

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 UnpaidSaleSettlementLineSchemaTable

The UnpaidSaleSettlementLineSchemaTable type exposes the following members.

Constructors
  NameDescription
Protected methodUnpaidSaleSettlementLineSchemaTable
Initializes a new instance of the UnpaidSaleSettlementLineSchemaTable 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 memberAccountingTransferStateColumnName
Gets the AccountingTransferState (Transféré en comptabilité) column name
Public fieldStatic memberBankRemittanceIdColumnName
Gets the BankRemittanceId (Code de remise en banque) column name
Public fieldStatic memberChargeAmountVatExcludedColumnName
Gets the ChargeAmountVatExcluded (Montant HT des frais) column name
Public fieldStatic memberChargeAmountVatIncludedColumnName
Gets the ChargeAmountVatIncluded (Montant TTC des frais) column name
Public fieldStatic memberChargeInvoiceIdColumnName
Gets the ChargeInvoiceId (Code document) column name
Public fieldStatic memberChargeInvoiceItemIdColumnName
Gets the ChargeInvoiceItemId (Article frais impayé) column name
Public fieldStatic memberChargeVatIdColumnName
Gets the ChargeVatId (TVA sur frais) column name
Public fieldStatic memberCurrencyChargeAmountVatExcludedColumnName
Gets the CurrencyChargeAmountVatExcluded (Montant HT des frais en devise) column name
Public fieldStatic memberCurrencyChargeAmountVatIncludedColumnName
Gets the CurrencyChargeAmountVatIncluded (Montant TTC des frais en devise) column name
Public fieldStatic memberCurrencyConversionRateColumnName
Gets the CurrencyConversionRate (Cours de la devise) column name
Public fieldStatic memberDateToRemitAgainColumnName
Gets the DateToRemitAgain (Date de représentation du règlement) column name
Public fieldStatic memberIdColumnName
Gets the Id (Code) column name
Public fieldStatic memberIncludeUnpaidChargeToRemitColumnName
Gets the IncludeUnpaidChargeToRemit (Inclure les frais dans le montant d’impayé à représenter) column name
Public fieldStatic memberLineOrderColumnName
Gets the LineOrder (Numéro de ligne) column name
Public fieldStatic memberMustCreateChargesInvoiceColumnName
Gets the MustCreateChargesInvoice (Générer une facture de frais) column name
Public fieldStatic memberReasonColumnName
Gets the Reason (Motif d'impayé) column name
Public fieldStatic memberSettlementAmountColumnName
Gets the SettlementAmount (Montant du règlement) column name
Public fieldStatic memberSettlementCurrencyAmountColumnName
Gets the SettlementCurrencyAmount (Montant devise du règlement) column name
Public fieldStatic memberSettlementCurrencyIdColumnName
Gets the SettlementCurrencyId (Code devise du règlement) column name
Public fieldStatic memberSettlementDateColumnName
Gets the SettlementDate (Date du règlement) column name
Public fieldStatic memberSettlementIdColumnName
Gets the SettlementId (Code règlement) 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 memberUnpaidDateColumnName
Gets the UnpaidDate (Date impayé) column name
Public fieldStatic memberUnpaidSaleSettlementLineTableName
Gets the UnpaidSaleSettlementLine table name
Public fieldStatic memberUnpaidStateColumnName
Gets the UnpaidState (État impayé) column name
Top
See Also