|
Licensing Class |
Inheritance Hierarchy Namespace: Ab4d.SharpEngineAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public static class Licensing
The Licensing type exposes the following members.
Properties | Name | Description |
---|
| IsLicenseChecked |
True after the license has been checked.
|
| IsLicenseValid |
True when the license is valid.
Note: This value is not set immediately after calling SetLicense(String, String, String, String) method. See IsLicenseChecked to see if license was already checked.
|
| IsTrialLicense |
True when the license is a trial license. See also TrialExpirationDate to get the trial expiration date.
Note: This value is not set immediately after calling SetLicense(String, String, String, String) method. See IsLicenseChecked to see if license was already checked.
|
| LicenseOwner |
Gets the owner of the license that was set by calling the SetLicense(String, String, String, String) method.
|
| LicenseType |
Gets the license type that was set by calling the SetLicense(String, String, String, String) method.
|
| Platforms |
Gets the platforms that was set by calling the SetLicense(String, String, String, String) method.
|
| TrialExpirationDate |
When trial license is used (IsTrialLicense is true), then this property provides trial expiration date.
When trial is not used, then DateTime.MaxValue is get.
Note: This value is not set immediately after calling SetLicense(String, String, String, String) method. See IsLicenseChecked to see if license was already checked.
|
| UpdatesTimeLimit |
DateTime that specifies the date until when the updates for the product can be used.
The product versions that are released after that date are not available without renewing the updates subscription (see User Account web page for more info).
Note: This value is not set immediately after calling SetLicense(String, String, String, String) method. See IsLicenseChecked to see if license was already checked.
|
TopMethods | Name | Description |
---|
| SetLicense |
SetLicense method sets the license parameters for the Ab4d.SharpEngine.
The parameter values for the commercial version can be get from the User Account web page of ab4d.com or from the ab4d.com/trial for trial version.
Note that license is not checked immediately after calling this method.
|
TopSee Also