Skip to content

MFGS Config Licensing

MFGSConfigLicensing Public interface

Description

Describes methods and properties available on the static instance object MFGS.Config.Licensing

Diagram

flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph VGWWCoreIEx
VGWWCoreIEx.IExMFGSConfigLicensing[[IExMFGSConfigLicensing]]
class VGWWCoreIEx.IExMFGSConfigLicensing interfaceStyle;
end

Members

Properties

Public properties

TypeNameMethods
stringCustomerName
Gets the ‘Customer name’ from the Licensing section of the MFGStream Configuration
get
stringServerName
Gets the ‘Server name’ from the Licensing section of the MFGStream Configuration
get
IExMFGSConfigLicensingSubscriptionCollectionSubscriptions
Gets the list of ‘Subscriptions’ from the Licensing section of the MFGStream Configuration
get

Details

Summary

Describes methods and properties available on the static instance object MFGS.Config.Licensing

Properties

CustomerName

public string CustomerName { get; }
Summary

Gets the ‘Customer name’ from the Licensing section of the MFGStream Configuration

ServerName

public string ServerName { get; }
Summary

Gets the ‘Server name’ from the Licensing section of the MFGStream Configuration

Subscriptions

public IExMFGSConfigLicensingSubscriptionCollection Subscriptions { get; }
Summary

Gets the list of ‘Subscriptions’ from the Licensing section of the MFGStream Configuration

Generated with ModularDoc