public enum CategoryData
Public Enumeration CategoryData
Undefined | 0 | Undefined. |
String | 1 | String type. |
Integer | 2 | Integer type. |
Decimal | 3 | Decimal type. |
DateTime | 4 | Datetime type. |
Boolean | 5 | Boolean type. |
TimeSpan | 6 | Time type. |
DateTimeOffset | 7 | DateTime offset type. |