|
|
Licence
|
The LicenceFull type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
CanSeeCustomer | Corresponds to a function in the C++ Licensing class. |
|
|
DeserializeFromJson | Deserializes a new Licence instance from a JSON string. |
|
|
GetCustomerList | Gets a common joined list of licensed customers. Empty string if none. Corresponds to a function in the C++ Licensing class. |
|
|
GetJobList | Gets a comma joined list of licensed job names for a specified customer name. Empty string if none. Corresponds to a function in the C++ Licensing class. |
|
|
GetVarTreeList | Gets a comma joined list of licenced vartree names for a job under a customer. Empty string if none. Corresponds to a function in the C++ Licensing class. |
|
|
SerializeToJson | Serializes the Licence class instance to a JSON string. |