MFGS Config Licensing Subscription
MFGSConfigLicensingSubscription Public interface
Description
Describes methods and properties available on the objects contained in MFGS.Config.Licensing.Subscriptions
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph VGWWCoreIEx VGWWCoreIEx.IExMFGSConfigLicensingSubscription[[IExMFGSConfigLicensingSubscription]] class VGWWCoreIEx.IExMFGSConfigLicensingSubscription interfaceStyle; endMembers
Properties
Public properties
| Type | Name | Methods |
|---|---|---|
string | CustomerNameGets the ‘Customer name’ associated with this subscription | get |
DateTime | ExpirationDateGets the date this subscription expires on | get |
DateTime | LastValidatedGets the date this subscription was last validated on | get |
string | ServerNameGets the ‘Server name’ associated with this subscription | get |
string | SubscriptionNameGets the ‘Subscription name’ associated with this subscription | get |
MFGSSubscriptionType | SubscriptionTypeGets the type of this subscription | get |
Details
Summary
Describes methods and properties available on the objects contained in MFGS.Config.Licensing.Subscriptions
Properties
CustomerName
public string CustomerName { get; }Summary
Gets the ‘Customer name’ associated with this subscription
ServerName
public string ServerName { get; }Summary
Gets the ‘Server name’ associated with this subscription
SubscriptionName
public string SubscriptionName { get; }Summary
Gets the ‘Subscription name’ associated with this subscription
ExpirationDate
public DateTime ExpirationDate { get; }Summary
Gets the date this subscription expires on
LastValidated
public DateTime LastValidated { get; }Summary
Gets the date this subscription was last validated on
SubscriptionType
public MFGSSubscriptionType SubscriptionType { get; }Summary
Gets the type of this subscription
Generated with ModularDoc