Click or drag to resize

MaintenanceContractInvoiceContentLineSchemaTable Class

Gets the MaintenanceContractInvoiceContentLine (Contenu de la facture d'un contrat de maintenance) table
Inheritance Hierarchy
SystemObject
  EBP.Api.Interfaces.SchemaMaintenanceContractInvoiceContentLineSchemaTable

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 MaintenanceContractInvoiceContentLineSchemaTable

The MaintenanceContractInvoiceContentLineSchemaTable type exposes the following members.

Constructors
  NameDescription
Protected methodMaintenanceContractInvoiceContentLineSchemaTable
Initializes a new instance of the MaintenanceContractInvoiceContentLineSchemaTable 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 memberContractIdColumnName
Gets the ContractId (Code Contrat de maintenance) column name
Public fieldStatic memberContractTemplateIdColumnName
Gets the ContractTemplateId (Code modèle de contrat de maintenance) column name
Public fieldStatic memberDescriptionClearColumnName
Gets the DescriptionClear (Description commerciale en clair) column name
Public fieldStatic memberDescriptionColumnName
Gets the Description (Description) column name
Public fieldStatic memberIdColumnName
Gets the Id (Identifiant ligne de contenu de la facture d'un contrat de maintenance) column name
Public fieldStatic memberItemIdColumnName
Gets the ItemId (Code article) column name
Public fieldStatic memberLineOrderColumnName
Gets the LineOrder (Numéro de ligne) column name
Public fieldStatic memberLocalizableDescription_2ColumnName
Gets the LocalizableDescription_2 (Description (3)) column name
Public fieldStatic memberLocalizableDescription_3ColumnName
Gets the LocalizableDescription_3 (Description (4)) column name
Public fieldStatic memberLocalizableDescription_4ColumnName
Gets the LocalizableDescription_4 (Description (5)) column name
Public fieldStatic memberLocalizableDescription_5ColumnName
Gets the LocalizableDescription_5 (Description (6)) column name
Public fieldStatic memberLocalizableDescription_Clear_2ColumnName
Gets the LocalizableDescription_Clear_2 (Description commerciale en clair (3)) column name
Public fieldStatic memberLocalizableDescription_Clear_3ColumnName
Gets the LocalizableDescription_Clear_3 (Description commerciale en clair (4)) column name
Public fieldStatic memberLocalizableDescription_Clear_4ColumnName
Gets the LocalizableDescription_Clear_4 (Description commerciale en clair (5)) column name
Public fieldStatic memberLocalizableDescription_Clear_5ColumnName
Gets the LocalizableDescription_Clear_5 (Description commerciale en clair (6)) column name
Public fieldStatic memberMaintenanceContractInvoiceContentLineTableName
Gets the MaintenanceContractInvoiceContentLine table name
Public fieldStatic memberPriceVatExcludedColumnName
Gets the PriceVatExcluded (Prix HT (€)) column name
Public fieldStatic memberPriceVatIncludedColumnName
Gets the PriceVatIncluded (Prix TTC (€)) column name
Public fieldStatic memberQuantityColumnName
Gets the Quantity (Quantité) 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 memberUnitIdColumnName
Gets the UnitId (Code unité) column name
Top
See Also