Click or drag to resize

IncidentCustomerProductSchemaTable Class

Gets the IncidentCustomerProduct (Produits client d'un incident) table
Inheritance Hierarchy
SystemObject
  EBP.Api.Interfaces.SchemaIncidentCustomerProductSchemaTable

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 IncidentCustomerProductSchemaTable

The IncidentCustomerProductSchemaTable type exposes the following members.

Constructors
  NameDescription
Protected methodIncidentCustomerProductSchemaTable
Initializes a new instance of the IncidentCustomerProductSchemaTable 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 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 incident) column name
Public fieldStatic memberIncidentCustomerProductTableName
Gets the IncidentCustomerProduct table name
Public fieldStatic memberIncidentIdColumnName
Gets the IncidentId (Code suivi incident) 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 memberReceiptDateColumnName
Gets the ReceiptDate (Date de réception) column name
Public fieldStatic memberReturnDateColumnName
Gets the ReturnDate (Date de restitution) column name
Public fieldStatic memberStandardExchangeColumnName
Gets the StandardExchange (Echange standard) column name
Public fieldStatic memberStatusColumnName
Gets the Status (Etat) 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