CustomerSubscriptionSchemaTable Class |
Namespace: EBP.Api.Interfaces.Schema
The CustomerSubscriptionSchemaTable type exposes the following members.
| Name | Description | |
|---|---|---|
| CustomerSubscriptionSchemaTable | Initializes a new instance of the CustomerSubscriptionSchemaTable class |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CustomerIdColumnName |
Gets the CustomerId (Code client) column name
| |
| CustomerSubscriptionTableName |
Gets the CustomerSubscription table name
| |
| ExpiryDateColumnName |
Gets the ExpiryDate (Date d'expiration) column name
| |
| IdColumnName |
Gets the Id (Numéro) column name
| |
| RemainingPassingsColumnName |
Gets the RemainingPassings (Nombre de passages restants) column name
| |
| SaleDocumentLineIdColumnName |
Gets the SaleDocumentLineId (Identifiant de la ligne du document) column name
| |
| SalePriceVatIncludedColumnName |
Gets the SalePriceVatIncluded (PV Net TTC) column name
| |
| SubscriptionIdColumnName |
Gets the SubscriptionId (Code article abonnement) column name
| |
| SubscriptionStateColumnName |
Gets the SubscriptionState (État) column name
| |
| sysCreatedDateColumnName |
Gets the sysCreatedDate (Date de création) column name
| |
| sysCreatedUserColumnName |
Gets the sysCreatedUser (Utilisateur de création) column name
| |
| sysModifiedDateColumnName |
Gets the sysModifiedDate (Date de modification) column name
| |
| sysModifiedUserColumnName |
Gets the sysModifiedUser (Utilisateur de modification) column name
| |
| TotalPassingsAllowedColumnName |
Gets the TotalPassingsAllowed (Nombre de passages) column name
|