Click or drag to resize

SupplierItemSchemaTable Class

Gets the SupplierItem (Articles par fournisseurs) table
Inheritance Hierarchy
SystemObject
  EBP.Api.Interfaces.SchemaSupplierItemSchemaTable

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 SupplierItemSchemaTable

The SupplierItemSchemaTable type exposes the following members.

Constructors
  NameDescription
Protected methodSupplierItemSchemaTable
Initializes a new instance of the SupplierItemSchemaTable 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 memberCaptionColumnName
Gets the Caption (Libellé) column name
Public fieldStatic memberCurrencyDiscountAmountColumnName
Gets the CurrencyDiscountAmount (Montant de la remise en devise) column name
Public fieldStatic memberCurrencyNetPurchasePriceColumnName
Gets the CurrencyNetPurchasePrice (P.A. net H.T. en devise) column name
Public fieldStatic memberCurrencyPublicPurchasePriceColumnName
Gets the CurrencyPublicPurchasePrice (Prix d'achat public H.T en devise) column name
Public fieldStatic memberDeliveryDelayColumnName
Gets the DeliveryDelay (Délai de livraison) column name
Public fieldStatic memberDiscountAmountColumnName
Gets the DiscountAmount (Montant de la remise) column name
Public fieldStatic memberDiscountAmountOnAdvisedSalePriceColumnName
Gets the DiscountAmountOnAdvisedSalePrice (Montant de la remise sur PV conseillé) column name
Public fieldStatic memberDiscountRateColumnName
Gets the DiscountRate (% remise) column name
Public fieldStatic memberDiscountRateOnAdvisedSalePriceColumnName
Gets the DiscountRateOnAdvisedSalePrice (% remise sur PV conseillé) column name
Public fieldStatic memberEcotaxIdColumnName
Gets the EcotaxId (Code éco-contribution) column name
Public fieldStatic memberIdColumnName
Gets the Id (Code) column name
Public fieldStatic memberIsPurchasePriceLinkedToAdvisedSalePriceColumnName
Gets the IsPurchasePriceLinkedToAdvisedSalePrice (Lier le prix d'achat au prix de vente conseillé) column name
Public fieldStatic memberItemIdColumnName
Gets the ItemId (Code article) column name
Public fieldStatic memberLinkedWithTarifeoColumnName
Gets the LinkedWithTarifeo (Lié avec Tarifeo) column name
Public fieldStatic memberMainSubContractorColumnName
Gets the MainSubContractor (Sous traitant principal) column name
Public fieldStatic memberMainSupplierColumnName
Gets the MainSupplier (Fournisseur principal) column name
Public fieldStatic memberNetPurchasePriceColumnName
Gets the NetPurchasePrice (Prix d'achat net H.T.) column name
Public fieldStatic memberPriceModifiedDateColumnName
Gets the PriceModifiedDate (Date de mise à jour du prix) column name
Public fieldStatic memberPublicPurchasePriceColumnName
Gets the PublicPurchasePrice (Prix d'achat public H.T.) column name
Public fieldStatic memberPurchaseOrderMinimumQuantityColumnName
Gets the PurchaseOrderMinimumQuantity (Minimum de commande) column name
Public fieldStatic memberPurchaseOrderMultipleQuantityColumnName
Gets the PurchaseOrderMultipleQuantity (Multiple de commande) column name
Public fieldStatic memberPurchaseUnitIdColumnName
Gets the PurchaseUnitId (Unité d'achat) column name
Public fieldStatic memberRangeItemIdColumnName
Gets the RangeItemId (Code article gamme) column name
Public fieldStatic memberReferenceIdColumnName
Gets the ReferenceId (Code de la référence tiers/article) column name
Public fieldStatic memberSalePurchaseConversionRateColumnName
Gets the SalePurchaseConversionRate (Coefficient de conversion achat/vente) column name
Public fieldStatic memberSetItemPurchasePriceWithNetPurchasePriceColumnName
Gets the SetItemPurchasePriceWithNetPurchasePrice (Reporter le prix d'achat net sur le prix d'achat de l'article) column name
Public fieldStatic memberSupplierIdColumnName
Gets the SupplierId (Code fournisseur) column name
Public fieldStatic memberSupplierItemTableName
Gets the SupplierItem table name
Public fieldStatic memberSupplierPriceTypeColumnName
Gets the SupplierPriceType (Type de prix) 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 memberUseEcotaxColumnName
Gets the UseEcotax (Utiliser l'éco-contribution) column name
Top
See Also