ThinkGeoLogType¶
Namespace: ThinkGeo.Core
Specifies the ThinkGeoLogType enumeration.
public enum ThinkGeoLogType
Inheritance object → ValueType → Enum → ThinkGeoLogType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Others | 0 | Identifies the Others value. |
| Rendering | 1 | Identifies the Rendering value. |
| Licensing | 2 | Identifies the Licensing value. |
| Interaction | 4 | Identifies the Interaction value. |
| PopupAndMarker | 8 | Identifies the PopupAndMarker value. |
| WebRequest | 16 | Identifies the WebRequest value. |
| Caching | 32 | Identifies the Caching value. |
| DataFetching | 64 | Identifies the DataFetching value. |
| StyleJsonParsing | 128 | Identifies the StyleJsonParsing value. |
| All | 127 | Identifies the All value. |