Class ExtendedLicenseInfo
Inheritance
ExtendedLicenseInfo
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class ExtendedLicenseInfo
Constructors
ExtendedLicenseInfo()
Declaration
public ExtendedLicenseInfo()
Properties
AccumulatedNextCheckDate
Declaration
[DataMember]
public DateTime AccumulatedNextCheckDate { get; set; }
Property Value
CanBeActivated
Declaration
[DataMember]
public bool CanBeActivated { get; set; }
Property Value
Current
Declaration
[DataMember]
public LicenseInfo Current { get; set; }
Property Value
Type |
Description |
LicenseInfo |
|
ExtendedModuleLicenses
Declaration
[DataMember]
public ExtendedModuleLicense[] ExtendedModuleLicenses { get; set; }
Property Value
this[string]
Get the extended module license from the module name.
Declaration
public ExtendedModuleLicense this[string moduleName] { get; }
Parameters
Type |
Name |
Description |
string |
moduleName |
Name of the module.
|
Property Value
New
Declaration
[DataMember]
public LicenseInfo New { get; set; }
Property Value
Type |
Description |
LicenseInfo |
|
Reason
Declaration
[DataMember]
public string Reason { get; set; }
Property Value
Extension Methods