Click or drag to resize

ScheduleEventCustomerProductSchemaTable Class

Gets the ScheduleEventCustomerProduct (Produits client d'un évènement) table
Inheritance Hierarchy
SystemObject
  EBP.Api.Interfaces.SchemaScheduleEventCustomerProductSchemaTable

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 ScheduleEventCustomerProductSchemaTable

The ScheduleEventCustomerProductSchemaTable type exposes the following members.

Constructors
  NameDescription
Protected methodScheduleEventCustomerProductSchemaTable
Initializes a new instance of the ScheduleEventCustomerProductSchemaTable 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 memberContractHoursNumberDecrementedColumnName
Gets the ContractHoursNumberDecremented (Nombre d'heures décrémentées) column name
Public fieldStatic memberCustomerProductIdColumnName
Gets the CustomerProductId (Code produit client) column name
Public fieldStatic memberDecrementMaintenanceContractCounterColumnName
Gets the DecrementMaintenanceContractCounter (Décrémenter le compteur) column name
Public fieldStatic memberDoNotCreateMovementForExchangedItemColumnName
Gets the DoNotCreateMovementForExchangedItem (Ne pas générer de mouvement de sortie) column name
Public fieldStatic memberExchangeCustomerProductIdColumnName
Gets the ExchangeCustomerProductId (Code produit client de l'échange) column name
Public fieldStatic memberExchangeDateColumnName
Gets the ExchangeDate (Date d'échange) column name
Public fieldStatic memberExchangeItemIdColumnName
Gets the ExchangeItemId (Article de remplacement) column name
Public fieldStatic memberExchangeStockDocumentIdColumnName
Gets the ExchangeStockDocumentId (Bon de sortie utilisé pour l'échange) column name
Public fieldStatic memberExchangeStockDocumentLineIdColumnName
Gets the ExchangeStockDocumentLineId (Ligne du bon de sortie utilisé pour l'échange) column name
Public fieldStatic memberExchangeTrackingNumberColumnName
Gets the ExchangeTrackingNumber (Série/lot de l'échange) column name
Public fieldStatic memberIdColumnName
Gets the Id (Identifiant de produit client dans un évènement) column name
Public fieldStatic memberItemIdColumnName
Gets the ItemId (Code article) column name
Public fieldStatic memberLabourCoverTypeColumnName
Gets the LabourCoverType (Prise en charge (MO)) column name
Public fieldStatic memberMaintenanceContractIdColumnName
Gets the MaintenanceContractId (Code Contrat de maintenance) column name
Public fieldStatic memberPartsCoverTypeColumnName
Gets the PartsCoverType (Prise en charge (pièces)) column name
Public fieldStatic memberScheduleEventCustomerProductTableName
Gets the ScheduleEventCustomerProduct table name
Public fieldStatic memberScheduleEventIdColumnName
Gets the ScheduleEventId (Identifiant de l'évènement) column name
Public fieldStatic memberStandardExchangeColumnName
Gets the StandardExchange (Echange standard) column name
Public fieldStatic memberStorehouseIdColumnName
Gets the StorehouseId (Dépôt) 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 memberTrackingNumberColumnName
Gets the TrackingNumber (Série/lot) column name
Public fieldStatic memberTravelCoverTypeColumnName
Gets the TravelCoverType (Prise en charge (déplacement)) column name
Top
See Also