Click or drag to resize

ActivitySchemaTable Class

Gets the Activity (Activités) table
Inheritance Hierarchy
SystemObject
  EBP.Api.Interfaces.SchemaActivitySchemaTable

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 ActivitySchemaTable

The ActivitySchemaTable type exposes the following members.

Constructors
  NameDescription
Protected methodActivitySchemaTable
Initializes a new instance of the ActivitySchemaTable 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 memberActivityCategoryColumnName
Gets the ActivityCategory (Catégorie) column name
Public fieldStatic memberActivityTableName
Gets the Activity table name
Public fieldStatic memberAutomaticCreationColumnName
Gets the AutomaticCreation (Catégorie de création automatique) column name
Public fieldStatic memberCaptionColumnName
Gets the Caption (Libellé) column name
Public fieldStatic memberColleagueIdColumnName
Gets the ColleagueId (Code commercial/collaborateur) column name
Public fieldStatic memberConstructionSiteIdColumnName
Gets the ConstructionSiteId (Code du projet) column name
Public fieldStatic memberContact_AllowUsePersonnalDatasColumnName
Gets the Contact_AllowUsePersonnalDatas (Autorise la réutilisation de ses données personnelles) 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_DepartmentColumnName
Gets the Contact_Department (Service/Bureau) column name
Public fieldStatic memberContact_EmailColumnName
Gets the Contact_Email (E-mail) column name
Public fieldStatic memberContact_ExternalId_GoogleIdColumnName
Gets the Contact_ExternalId_GoogleId (Identifiant Google) column name
Public fieldStatic memberContact_ExternalId_OutlookIdColumnName
Gets the Contact_ExternalId_OutlookId (Identifiant Outlook) 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_FunctionColumnName
Gets the Contact_Function (Fonction) column name
Public fieldStatic memberContact_NameColumnName
Gets the Contact_Name (Nom (contact)) column name
Public fieldStatic memberContact_NaturalPersonColumnName
Gets the Contact_NaturalPerson (Personne physique) column name
Public fieldStatic memberContact_OptInColumnName
Gets the Contact_OptIn (Emailing autorisé) column name
Public fieldStatic memberContact_PhoneColumnName
Gets the Contact_Phone (Téléphone fixe) column name
Public fieldStatic memberContactIdColumnName
Gets the ContactId (Identifiant du contact) column name
Public fieldStatic memberCreatorColleagueIdColumnName
Gets the CreatorColleagueId (Saisi par) column name
Public fieldStatic memberCustomerIdColumnName
Gets the CustomerId (Code client) column name
Public fieldStatic memberCustomerNameColumnName
Gets the CustomerName (Nom du client) column name
Public fieldStatic memberDealIdColumnName
Gets the DealId (Code Affaire) column name
Public fieldStatic memberDocumentTypeColumnName
Gets the DocumentType (Type de document) column name
Public fieldStatic memberEndDateTimeColumnName
Gets the EndDateTime (Fin) column name
Public fieldStatic memberEventStateColumnName
Gets the EventState (Etat) column name
Public fieldStatic memberEventTypeColumnName
Gets the EventType (Type d'évènement) column name
Public fieldStatic memberIdColumnName
Gets the Id (Code) column name
Public fieldStatic memberIncidentIdColumnName
Gets the IncidentId (Code suivi incident) column name
Public fieldStatic memberMaintenanceContractIdColumnName
Gets the MaintenanceContractId (Code contrat) 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 memberPurchaseDocumentIdColumnName
Gets the PurchaseDocumentId (Code document d'achat) column name
Public fieldStatic memberReminderLetterIdColumnName
Gets the ReminderLetterId (Code de fiche de relance) column name
Public fieldStatic memberSaleDocumentIdColumnName
Gets the SaleDocumentId (Code document de vente) column name
Public fieldStatic memberScheduleEventIdColumnName
Gets the ScheduleEventId (Identifiant de l'évènement) column name
Public fieldStatic memberStartDateTimeColumnName
Gets the StartDateTime (Début) column name
Public fieldStatic memberSupplierIdColumnName
Gets the SupplierId (Code fournisseur) column name
Public fieldStatic memberSupplierNameColumnName
Gets the SupplierName (Nom du fournisseur) 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
Top
See Also