Click or drag to resize

ShippingSchemaTable Class

Gets the Shipping (Frais de port) table
Inheritance Hierarchy
SystemObject
  EBP.Api.Interfaces.SchemaShippingSchemaTable

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 ShippingSchemaTable

The ShippingSchemaTable type exposes the following members.

Constructors
  NameDescription
Protected methodShippingSchemaTable
Initializes a new instance of the ShippingSchemaTable 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 memberApplyOnTypeColumnName
Gets the ApplyOnType (Applicable sur) column name
Public fieldStatic memberCalculationModeColumnName
Gets the CalculationMode (Mode de calcul) column name
Public fieldStatic memberCalculationValueColumnName
Gets the CalculationValue (Valeur) column name
Public fieldStatic memberCaptionColumnName
Gets the Caption (Libellé) column name
Public fieldStatic memberCarrierAddress_Address1ColumnName
Gets the CarrierAddress_Address1 (Adresse 1) column name
Public fieldStatic memberCarrierAddress_Address2ColumnName
Gets the CarrierAddress_Address2 (Adresse 2) column name
Public fieldStatic memberCarrierAddress_Address3ColumnName
Gets the CarrierAddress_Address3 (Adresse 3) column name
Public fieldStatic memberCarrierAddress_Address4ColumnName
Gets the CarrierAddress_Address4 (Adresse 4) column name
Public fieldStatic memberCarrierAddress_CityColumnName
Gets the CarrierAddress_City (Ville) column name
Public fieldStatic memberCarrierAddress_CountryIsoCodeColumnName
Gets the CarrierAddress_CountryIsoCode (Code Pays) column name
Public fieldStatic memberCarrierAddress_LatitudeColumnName
Gets the CarrierAddress_Latitude (Latitude) column name
Public fieldStatic memberCarrierAddress_LongitudeColumnName
Gets the CarrierAddress_Longitude (Longitude) column name
Public fieldStatic memberCarrierAddress_StateColumnName
Gets the CarrierAddress_State (Département) column name
Public fieldStatic memberCarrierAddress_WebSiteColumnName
Gets the CarrierAddress_WebSite (Site Web) column name
Public fieldStatic memberCarrierAddress_ZipCodeColumnName
Gets the CarrierAddress_ZipCode (Code postal) column name
Public fieldStatic memberCarrierContact_CellPhoneColumnName
Gets the CarrierContact_CellPhone (Téléphone portable) column name
Public fieldStatic memberCarrierContact_CivilityColumnName
Gets the CarrierContact_Civility (Civilité (contact)) column name
Public fieldStatic memberCarrierContact_EmailColumnName
Gets the CarrierContact_Email (E-mail) column name
Public fieldStatic memberCarrierContact_FaxColumnName
Gets the CarrierContact_Fax (Fax) column name
Public fieldStatic memberCarrierContact_FirstNameColumnName
Gets the CarrierContact_FirstName (Prénom) column name
Public fieldStatic memberCarrierContact_NameColumnName
Gets the CarrierContact_Name (Nom (contact)) column name
Public fieldStatic memberCarrierContact_PhoneColumnName
Gets the CarrierContact_Phone (Téléphone fixe) column name
Public fieldStatic memberIdColumnName
Gets the Id (Code) column name
Public fieldStatic memberIntrastatTransportModeColumnName
Gets the IntrastatTransportMode (Mode de transport) 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 memberNotSubjectToFinancialDiscountColumnName
Gets the NotSubjectToFinancialDiscount (Non soumis à escompte) column name
Public fieldStatic memberShippingTableName
Gets the Shipping 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 membersysRecordVersionColumnName
Gets the sysRecordVersion (Version) column name
Public fieldStatic membersysRecordVersionIdColumnName
Gets the sysRecordVersionId (Identifiant associé à la version) column name
Public fieldStatic memberUniqueIdColumnName
Gets the UniqueId (Identificateur unique) column name
Public fieldStatic memberVatIdColumnName
Gets the VatId (Code TVA) column name
Top
See Also