Show / Hide Table of Contents

Class UserAndInstallationLicenceStatus

Result of GetUserAndInstallationLicenceStatus

Carrier object for UserAndInstallationLicenceStatus. Services for the UserAndInstallationLicenceStatus Carrier is available from the License Agent.
Inheritance
object
UserAndInstallationLicenceStatus
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public class UserAndInstallationLicenceStatus

Constructors

UserAndInstallationLicenceStatus()

Default constructor

Declaration
public UserAndInstallationLicenceStatus()
See Also
ILicenseAgent

Properties

AdminWarningDate

Installations license admin warning date

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

CompanyName

Database company name

Declaration
[DataMember]
public virtual string CompanyName { get; set; }
Property Value
Type Description
string
See Also
ILicenseAgent

ExpiryDate

Installations license expiry date

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

GraceDate

Installations license grace date

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

SerialNr

Database serial number

Declaration
[DataMember]
public virtual string SerialNr { get; set; }
Property Value
Type Description
string
See Also
ILicenseAgent

UserLicenses

The users module licenses names

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

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

Overrides
object.ToString()
See Also
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
ILicenseAgent

See Also

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