Click or drag to resize

StorehouseSchemaTable Class

Gets the Storehouse (Dépôt) table
Inheritance Hierarchy
SystemObject
  EBP.Api.Interfaces.SchemaStorehouseSchemaTable

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 StorehouseSchemaTable

The StorehouseSchemaTable type exposes the following members.

Constructors
  NameDescription
Protected methodStorehouseSchemaTable
Initializes a new instance of the StorehouseSchemaTable 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 memberAddress_Address1ColumnName
Gets the Address_Address1 (Adresse 1) column name
Public fieldStatic memberAddress_Address2ColumnName
Gets the Address_Address2 (Adresse 2) column name
Public fieldStatic memberAddress_Address3ColumnName
Gets the Address_Address3 (Adresse 3) column name
Public fieldStatic memberAddress_Address4ColumnName
Gets the Address_Address4 (Adresse 4) column name
Public fieldStatic memberAddress_CityColumnName
Gets the Address_City (Ville) column name
Public fieldStatic memberAddress_CountryIsoCodeColumnName
Gets the Address_CountryIsoCode (Code Pays) column name
Public fieldStatic memberAddress_LatitudeColumnName
Gets the Address_Latitude (Latitude) column name
Public fieldStatic memberAddress_LongitudeColumnName
Gets the Address_Longitude (Longitude) column name
Public fieldStatic memberAddress_StateColumnName
Gets the Address_State (Département) column name
Public fieldStatic memberAddress_ZipCodeColumnName
Gets the Address_ZipCode (Code postal) column name
Public fieldStatic memberAsleepColumnName
Gets the Asleep (En sommeil) column name
Public fieldStatic memberCaptionColumnName
Gets the Caption (Libellé) column name
Public fieldStatic memberContact_CellPhoneColumnName
Gets the Contact_CellPhone (Téléphone portable) column name
Public fieldStatic memberContact_CivilityColumnName
Gets the Contact_Civility (Civilité (contact)) column name
Public fieldStatic memberContact_EmailColumnName
Gets the Contact_Email (E-mail) column name
Public fieldStatic memberContact_FaxColumnName
Gets the Contact_Fax (Fax) column name
Public fieldStatic memberContact_FirstNameColumnName
Gets the Contact_FirstName (Prénom) column name
Public fieldStatic memberContact_NameColumnName
Gets the Contact_Name (Nom (contact)) column name
Public fieldStatic memberContact_PhoneColumnName
Gets the Contact_Phone (Téléphone fixe) column name
Public fieldStatic memberIdColumnName
Gets the Id (Dépôt) column name
Public fieldStatic memberLastInventoryDateColumnName
Gets the LastInventoryDate (Date du dernier inventaire) column name
Public fieldStatic memberMainColumnName
Gets the Main (Dépôt principal) column name
Public fieldStatic memberMultiLocationDefaultModeColumnName
Gets the MultiLocationDefaultMode (Mode de saisie emplacement par défaut) column name
Public fieldStatic memberMultiLocationEnabledColumnName
Gets the MultiLocationEnabled (Multiemplacement actif) column name
Public fieldStatic memberNotesClearColumnName
Gets the NotesClear (Notes en texte brut) column name
Public fieldStatic memberNotesColumnName
Gets the Notes (Notes) column name
Public fieldStatic memberStorehouseTableName
Gets the Storehouse table 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 membersysEditCounterColumnName
Gets the sysEditCounter (Compteur de modifications) 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 memberTypeColumnName
Gets the Type (Type de dépôt) column name
Top
See Also