Show / Hide Table of Contents

Class ExtendedLicenseInfo

Inheritance
object
ExtendedLicenseInfo
ExtendedLicenseInfoWithAssignments
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.License
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
Type Description
DateTime

CanBeActivated

Declaration
[DataMember]
public bool CanBeActivated { get; set; }
Property Value
Type Description
bool

Current

Declaration
[DataMember]
public LicenseInfo Current { get; set; }
Property Value
Type Description
LicenseInfo

ExtendedModuleLicenses

Declaration
[DataMember]
public ExtendedModuleLicense[] ExtendedModuleLicenses { get; set; }
Property Value
Type Description
ExtendedModuleLicense[]

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
Type Description
ExtendedModuleLicense

The extended module license foound. Null if no module is found.

New

Declaration
[DataMember]
public LicenseInfo New { get; set; }
Property Value
Type Description
LicenseInfo

Reason

Declaration
[DataMember]
public string Reason { get; set; }
Property Value
Type Description
string

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top