Class ExtendedModuleLicense
Inheritance
ExtendedModuleLicense
Assembly: SoCore.dll
Syntax
public class ExtendedModuleLicense : Object
Constructors
ExtendedModuleLicense()
Declaration
public ExtendedModuleLicense()
Properties
Current
Declaration
public ModuleLicense Current { get; set; }
Property Value
Type |
Description |
ModuleLicense |
|
New
Declaration
public ModuleLicense New { get; set; }
Property Value
Type |
Description |
ModuleLicense |
|
NumberOfLicensesAdded
Declaration
public int NumberOfLicensesAdded { get; set; }
Property Value
NumberOfLicensesFree
Declaration
public int NumberOfLicensesFree { get; set; }
Property Value
NumberOfLicensesInUse
Declaration
public int NumberOfLicensesInUse { get; set; }
Property Value
NumberOfLicensesNewFree
Declaration
public int NumberOfLicensesNewFree { get; set; }
Property Value
NumberOfLicensesNewTotal
Declaration
public int NumberOfLicensesNewTotal { get; set; }
Property Value
NumberOfLicensesTotal
Declaration
public int NumberOfLicensesTotal { get; set; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Extension Methods
EnumUtil.MapEnums<From, To>(From)