| LicenseInfo Class |
|
Namespace: DataPA.Utils.QueryEngine
[SerializableAttribute] public class LicenseInfo : _LicenseInfo
The LicenseInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| LicenseInfo |
Creates and returns a new LicenseInfo object for this user.
| |
| LicenseInfo(Application) |
Creates and returns a new LicenseInfo object for this user.
| |
| LicenseInfo(String, String, String, String) |
Creates and returns a new LicenseInfo object using the license supplied.
| |
| LicenseInfo(Application, String, String, String, String) |
Creates and returns a new LicenseInfo object using the license supplied.
|
| Name | Description | |
|---|---|---|
| ApplyLicense |
Checks a license, returns true and applies it to this object if it is valid.
| |
| ApplyLicenseType | ||
| Dispose |
Disposes of the object
| |
| InheritServerLicense | ||
| LoadLocalLicense |
Loads the current license from the config file or registry on the local machine.
| |
| PersistCurrentLicenseOnClient |
Saves the current license to the configuration files.
|
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| AllowSQLBuilder |
Gets a flag that specifies whether the user has a license that gives access to the SQL builder.
| |
| Clone |
Gets cloned copy of this object.
| |
| ExpiryDate |
Gets a value that indicates the expiry date of the current license.
| |
| Organisation |
Gets the Organisation this license is valid for.
| |
| Parent |
The object that represents the parent of this object.
| |
| Quantity |
Gets the quanity of the current license.
| |
| SerialNumber |
Gets the serial number of the current license.
| |
| SupressEvaluationWarning |
Gets and sets a value that indicates if warnings that an evaluation license is about to expire should be suppressed.
| |
| Type |
Gets the type of this license.
| |
| User |
Gets the user this license is valid for.
|
| Name | Description | |
|---|---|---|
| LicenseChanged |
Event raised when the license on this client changes.
|