Class LicenseOwner
Carrier object for LicenseOwner. Services for the LicenseOwner Carrier is available from the ILicenseAgent.
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class LicenseOwner : Carrier
Constructors
LicenseOwner()
Default constructor
Declaration
public LicenseOwner()
See Also
Properties
Description
Carrier object for LicenseOwner. Services for the LicenseOwner Carrier is available from the ILicenseAgent.
Declaration
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Name
The name of the license owner
Declaration
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
RestrictedModuleLicenses
Carrier object for LicenseOwner. Services for the LicenseOwner Carrier is available from the ILicenseAgent.
Declaration
public virtual ModuleLicenseLink[] RestrictedModuleLicenses { get; set; }
Property Value
Type | Description |
---|---|
ModuleLicenseLink[] |
See Also
UnrestrictedModuleLicenses
The unrestricted module licenses that this license owner
Declaration
public virtual ModuleLicenseLink[] UnrestrictedModuleLicenses { get; set; }
Property Value
Type | Description |
---|---|
ModuleLicenseLink[] |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
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. |