Click or drag to resize

LicenceFull Methods

The LicenceFull type exposes the following members.

Methods
  Name Description
Public method CanSeeCustomer Corresponds to a function in the C++ Licensing class.
Public method Static member DeserializeFromJson Deserializes a new Licence instance from a JSON string.
Public method GetCustomerList Gets a common joined list of licensed customers. Empty string if none. Corresponds to a function in the C++ Licensing class.
Public method 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.
Public method 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.
Public method SerializeToJson Serializes the Licence class instance to a JSON string.
Top
See Also