Show / Hide Table of Contents

Class LicenseOwner

Carrier object for LicenseOwner. Services for the LicenseOwner Carrier is available from the License Agent.

Inheritance
object
LicenseOwner
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.2.0.0")]
public class LicenseOwner : Carrier

Constructors

LicenseOwner()

Default constructor

Declaration
public LicenseOwner()
See Also
ILicenseAgent

Properties

Description

Carrier object for LicenseOwner. Services for the LicenseOwner Carrier is available from the License Agent.

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

Name

The name of the license owner

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

RestrictedModuleLicenses

Carrier object for LicenseOwner. Services for the LicenseOwner Carrier is available from the License Agent.

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

UnrestrictedModuleLicenses

The unrestricted module licenses that this license owner

Declaration
[DataMember]
public virtual ModuleLicenseLink[] UnrestrictedModuleLicenses { get; set; }
Property Value
Type Description
ModuleLicenseLink[]
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.

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

Extension Methods

UserHelper.GetModuleLicenseLink(LicenseOwner, string)

See Also

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