Show / Hide Table of Contents

Class ExtendedModuleLicense

Inheritance
object
ExtendedModuleLicense
Inherited Members
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.9.0.0")]
public class ExtendedModuleLicense

Constructors

ExtendedModuleLicense()

Declaration
public ExtendedModuleLicense()

Properties

Current

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

New

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

NumberOfLicensesAdded

Declaration
[DataMember]
public int NumberOfLicensesAdded { get; set; }
Property Value
Type Description
int

NumberOfLicensesFree

Declaration
[DataMember]
public int NumberOfLicensesFree { get; set; }
Property Value
Type Description
int

NumberOfLicensesInUse

Declaration
[DataMember]
public int NumberOfLicensesInUse { get; set; }
Property Value
Type Description
int

NumberOfLicensesNewFree

Declaration
[DataMember]
public int NumberOfLicensesNewFree { get; set; }
Property Value
Type Description
int

NumberOfLicensesNewTotal

Declaration
[DataMember]
public int NumberOfLicensesNewTotal { get; set; }
Property Value
Type Description
int

NumberOfLicensesTotal

Declaration
[DataMember]
public int NumberOfLicensesTotal { get; set; }
Property Value
Type Description
int

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

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