ThinkGeoLicenseStatus¶
Namespace: ThinkGeo.Core
map suite license status order by the eval invalid then full invalid then eval valid then full valid.
public enum ThinkGeoLicenseStatus
Inheritance Object → ValueType → Enum → ThinkGeoLicenseStatus
Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| None | 0 | |
| SoftwareAssuranceAssemblyInvalid | 1 | |
| SoftwareAssuranceNotFound | 2 | |
| SoftwareAssuranceExpired | 3 | |
| LicenseFileInvalid | 4 | |
| EvalWithProductExpired | 5 | |
| EvalWithProductCallerNotMatch | 6 | |
| FullWithoutProduct | 7 | |
| FullWithProductExpired | 8 | |
| FullWithProductCallerNotMatch | 9 | |
| RuntimeLicenseForDebug | 10 | |
| FullWithoutServer | 11 | |
| EvalWithProduct | 12 | |
| FullWithProduct | 13 | |
| FullWithServer | 14 |