Click or drag to resize

DealContactSchemaTable Class

Gets the DealContact (Contact pour l'affaire/projet) table
Inheritance Hierarchy
SystemObject
  EBP.Api.Interfaces.SchemaDealContactSchemaTable

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 DealContactSchemaTable

The DealContactSchemaTable type exposes the following members.

Constructors
  NameDescription
Protected methodDealContactSchemaTable
Initializes a new instance of the DealContactSchemaTable 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 memberConstructionSiteIdColumnName
Gets the ConstructionSiteId (Code du projet) column name
Public fieldStatic memberContactIdColumnName
Gets the ContactId (Contact sélectionné) column name
Public fieldStatic memberDealContactTableName
Gets the DealContact table name
Public fieldStatic memberDealIdColumnName
Gets the DealId (Code Affaire) column name
Public fieldStatic memberIdColumnName
Gets the Id (Identifiant d'une ligne de contact dans une affaire) 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 memberPrintSendOptions_CreditMemoColumnName
Gets the PrintSendOptions_CreditMemo (Avoir) column name
Public fieldStatic memberPrintSendOptions_DeliveryOrderColumnName
Gets the PrintSendOptions_DeliveryOrder (Bon de livraison) column name
Public fieldStatic memberPrintSendOptions_DepositCreditMemoColumnName
Gets the PrintSendOptions_DepositCreditMemo (Avoir d'acompte (vente)) column name
Public fieldStatic memberPrintSendOptions_DepositInvoiceColumnName
Gets the PrintSendOptions_DepositInvoice (Facture d'acompte (vente)) column name
Public fieldStatic memberPrintSendOptions_ExecutionQuoteColumnName
Gets the PrintSendOptions_ExecutionQuote (Devis d'étude) column name
Public fieldStatic memberPrintSendOptions_InvoiceColumnName
Gets the PrintSendOptions_Invoice (Facture) column name
Public fieldStatic memberPrintSendOptions_OrderColumnName
Gets the PrintSendOptions_Order (Commande (vente)) column name
Public fieldStatic memberPrintSendOptions_ProgressStateDocumentColumnName
Gets the PrintSendOptions_ProgressStateDocument (Situation de projet) column name
Public fieldStatic memberPrintSendOptions_PurchaseCreditMemoColumnName
Gets the PrintSendOptions_PurchaseCreditMemo (Avoir (achat)) column name
Public fieldStatic memberPrintSendOptions_PurchaseDepositCreditMemoColumnName
Gets the PrintSendOptions_PurchaseDepositCreditMemo (Avoir d'acompte (achat)) column name
Public fieldStatic memberPrintSendOptions_PurchaseDepositInvoiceColumnName
Gets the PrintSendOptions_PurchaseDepositInvoice (Facture d'acompte (achat)) column name
Public fieldStatic memberPrintSendOptions_PurchaseInvoiceColumnName
Gets the PrintSendOptions_PurchaseInvoice (Facture (achat)) column name
Public fieldStatic memberPrintSendOptions_PurchaseOrderColumnName
Gets the PrintSendOptions_PurchaseOrder (Commande (achat)) column name
Public fieldStatic memberPrintSendOptions_PurchaseProgressStateDocumentColumnName
Gets the PrintSendOptions_PurchaseProgressStateDocument (Situation de travaux (achat)) column name
Public fieldStatic memberPrintSendOptions_PurchaseQuoteColumnName
Gets the PrintSendOptions_PurchaseQuote (Demande de prix) column name
Public fieldStatic memberPrintSendOptions_QuoteColumnName
Gets the PrintSendOptions_Quote (Devis) column name
Public fieldStatic memberPrintSendOptions_ReceiptOrderColumnName
Gets the PrintSendOptions_ReceiptOrder (Bon de réception) column name
Public fieldStatic memberPrintSendOptions_ReturnOrderColumnName
Gets the PrintSendOptions_ReturnOrder (Bon de retour) column name
Public fieldStatic memberSelectedColumnName
Gets the Selected (Contact pour l'affaire/projet) 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