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 | Identifies the None value. |
| SoftwareAssuranceAssemblyInvalid | 1 | Identifies the SoftwareAssuranceAssemblyInvalid value. |
| SoftwareAssuranceNotFound | 2 | Identifies the SoftwareAssuranceNotFound value. |
| SoftwareAssuranceExpired | 3 | Identifies the SoftwareAssuranceExpired value. |
| LicenseFileInvalid | 4 | Identifies the LicenseFileInvalid value. |
| EvalWithProductExpired | 5 | Identifies the EvalWithProductExpired value. |
| EvalWithProductCallerNotMatch | 6 | Identifies the EvalWithProductCallerNotMatch value. |
| FullWithoutProduct | 7 | Identifies the FullWithoutProduct value. |
| FullWithProductExpired | 8 | Identifies the FullWithProductExpired value. |
| FullWithProductCallerNotMatch | 9 | Identifies the FullWithProductCallerNotMatch value. |
| RuntimeLicenseForDebug | 10 | Identifies the RuntimeLicenseForDebug value. |
| FullWithoutServer | 11 | Identifies the FullWithoutServer value. |
| EvalWithProduct | 12 | Identifies the EvalWithProduct value. |
| FullWithProduct | 13 | Identifies the FullWithProduct value. |
| FullWithServer | 14 | Identifies the FullWithServer value. |