Show / Hide Table of Contents

Class UserAndInstallationLicenceStatus

Result of GetUserAndInstallationLicenceStatus

Carrier object for UserAndInstallationLicenceStatus. Services for the UserAndInstallationLicenceStatus Carrier is available from the ILicenseAgent.
Inheritance
Object
UserAndInstallationLicenceStatus
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class UserAndInstallationLicenceStatus : Object

Constructors

UserAndInstallationLicenceStatus()

Default constructor

Declaration
public UserAndInstallationLicenceStatus()
See Also
LicenseAgent
ILicenseAgent

Properties

AdminWarningDate

Installations license admin warning date

Declaration
public virtual DateTime AdminWarningDate { get; set; }
Property Value
Type Description
DateTime
See Also
LicenseAgent
ILicenseAgent

CompanyName

Database company name

Declaration
public virtual string CompanyName { get; set; }
Property Value
Type Description
String
See Also
LicenseAgent
ILicenseAgent

ExpiryDate

Installations license expiry date

Declaration
public virtual DateTime ExpiryDate { get; set; }
Property Value
Type Description
DateTime
See Also
LicenseAgent
ILicenseAgent

GraceDate

Installations license grace date

Declaration
public virtual DateTime GraceDate { get; set; }
Property Value
Type Description
DateTime
See Also
LicenseAgent
ILicenseAgent

SerialNr

Database serial number

Declaration
public virtual string SerialNr { get; set; }
Property Value
Type Description
String
See Also
LicenseAgent
ILicenseAgent

UserLicenses

The users module licenses names

Declaration
public virtual string[] UserLicenses { get; set; }
Property Value
Type Description
String[]
See Also
LicenseAgent
ILicenseAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
String

The carrier contents.

See Also
LicenseAgent
ILicenseAgent

ToString(String)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
String prefix

The line prefix (typically used for indenting)

Returns
Type Description
String

The carrier contents.

See Also
LicenseAgent
ILicenseAgent

See Also

LicenseAgent
ILicenseAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top