Click or drag to resize

ReminderCommitmentSchemaTable Class

Gets the ReminderCommitment (Échéance relancée) table
Inheritance Hierarchy
SystemObject
  EBP.Api.Interfaces.SchemaReminderCommitmentSchemaTable

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 ReminderCommitmentSchemaTable

The ReminderCommitmentSchemaTable type exposes the following members.

Constructors
  NameDescription
Protected methodReminderCommitmentSchemaTable
Initializes a new instance of the ReminderCommitmentSchemaTable 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 memberCommitmentCurrencyDueAmountColumnName
Gets the CommitmentCurrencyDueAmount (Solde dû de l'échéance en devise) column name
Public fieldStatic memberCommitmentCurrencyTotalAmountColumnName
Gets the CommitmentCurrencyTotalAmount (Montant total de l'échéance en devise) column name
Public fieldStatic memberCommitmentDateColumnName
Gets the CommitmentDate (Date d'échéance) column name
Public fieldStatic memberCommitmentDueAmountColumnName
Gets the CommitmentDueAmount (Solde dû de l'échéance) column name
Public fieldStatic memberCommitmentIdColumnName
Gets the CommitmentId (Code échéance) column name
Public fieldStatic memberCommitmentTotalAmountColumnName
Gets the CommitmentTotalAmount (Montant total de l'échéance) column name
Public fieldStatic memberDocumentCurrencyIdColumnName
Gets the DocumentCurrencyId (Code ISO devise) column name
Public fieldStatic memberIdColumnName
Gets the Id (Code) column name
Public fieldStatic memberIsSelectedColumnName
Gets the IsSelected (Sélectionné) column name
Public fieldStatic memberNewReminderLevelColumnName
Gets the NewReminderLevel (Nouveau niveau de relance) column name
Public fieldStatic memberReminderCommitmentTableName
Gets the ReminderCommitment table name
Public fieldStatic memberReminderLetterIdColumnName
Gets the ReminderLetterId (Code de fiche de relance) column name
Public fieldStatic memberSendingModeColumnName
Gets the SendingMode (Mode d'envoi) 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
Public fieldStatic memberThirdAddressIdColumnName
Gets the ThirdAddressId (Adresse de relance) column name
Top
See Also