Click or drag to resize

AddressSchemaTable Class

Gets the Address (Adresse) table
Inheritance Hierarchy
SystemObject
  EBP.Api.Interfaces.SchemaAddressSchemaTable

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 AddressSchemaTable

The AddressSchemaTable type exposes the following members.

Constructors
  NameDescription
Protected methodAddressSchemaTable
Initializes a new instance of the AddressSchemaTable 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 memberAddressFields_Address1ColumnName
Gets the AddressFields_Address1 (Adresse 1) column name
Public fieldStatic memberAddressFields_Address2ColumnName
Gets the AddressFields_Address2 (Adresse 2) column name
Public fieldStatic memberAddressFields_Address3ColumnName
Gets the AddressFields_Address3 (Adresse 3) column name
Public fieldStatic memberAddressFields_Address4ColumnName
Gets the AddressFields_Address4 (Adresse 4) column name
Public fieldStatic memberAddressFields_CityColumnName
Gets the AddressFields_City (Ville) column name
Public fieldStatic memberAddressFields_CivilityColumnName
Gets the AddressFields_Civility (Civilité (adresse)) column name
Public fieldStatic memberAddressFields_CountryIsoCodeColumnName
Gets the AddressFields_CountryIsoCode (Code Pays) column name
Public fieldStatic memberAddressFields_DescriptionColumnName
Gets the AddressFields_Description (Description) column name
Public fieldStatic memberAddressFields_LatitudeColumnName
Gets the AddressFields_Latitude (Latitude) column name
Public fieldStatic memberAddressFields_LongitudeColumnName
Gets the AddressFields_Longitude (Longitude) column name
Public fieldStatic memberAddressFields_NpaiColumnName
Gets the AddressFields_Npai (NPAI) column name
Public fieldStatic memberAddressFields_StateColumnName
Gets the AddressFields_State (Département) column name
Public fieldStatic memberAddressFields_ThirdNameColumnName
Gets the AddressFields_ThirdName (Nom (adresse)) column name
Public fieldStatic memberAddressFields_WebSiteColumnName
Gets the AddressFields_WebSite (Site Web) column name
Public fieldStatic memberAddressFields_ZipCodeColumnName
Gets the AddressFields_ZipCode (Code postal) column name
Public fieldStatic memberAddressTableName
Gets the Address table name
Public fieldStatic memberAssociatedCustomerIdColumnName
Gets the AssociatedCustomerId (Code (client)) column name
Public fieldStatic memberAssociatedSupplierIdColumnName
Gets the AssociatedSupplierId (Code (fournisseur)) column name
Public fieldStatic memberIdColumnName
Gets the Id (Adresse) column name
Public fieldStatic memberIsDeliveryTypeColumnName
Gets the IsDeliveryType (Type livraison) column name
Public fieldStatic memberIsInvoicingTypeColumnName
Gets the IsInvoicingType (Type facturation) column name
Public fieldStatic memberIsMainDeliveryColumnName
Gets the IsMainDelivery (Principale de livraison) column name
Public fieldStatic memberIsMainInvoicingColumnName
Gets the IsMainInvoicing (Principale de facturation) column name
Public fieldStatic memberIsMainReminderColumnName
Gets the IsMainReminder (Principale de relance) 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 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
Top
See Also