Skip to content

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;
end

Members

Properties

Public properties

TypeNameMethods
stringCustomerName
Gets the ‘Customer name’ associated with this subscription
get
DateTimeExpirationDate
Gets the date this subscription expires on
get
DateTimeLastValidated
Gets the date this subscription was last validated on
get
stringServerName
Gets the ‘Server name’ associated with this subscription
get
stringSubscriptionName
Gets the ‘Subscription name’ associated with this subscription
get
MFGSSubscriptionTypeSubscriptionType
Gets 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