ePropertyTypes Enumeration
Avalable Property Types for C-DEngine Things
Namespace:
nsCDEngine.Engines.ThingServiceAssembly: C-DEngine (in C-DEngine.dll)
Members
Member name | Description | |
---|---|---|
TString | The default property Type is string | |
TNumber | This property manages a number. Can be a float, number, double or int/long | |
TBoolean | This property manages a boolan. I can be TRUE,FALSE and NULL! | |
TDate | This property manages a DateTimeOffset | |
TBinary | This property is a byte [] | |
TFunction | TBD: This property type will hold a javascript function that can be interpreted with eval () | |
TGuid | GUID formatted string | |
NOCHANGE | All other types not specifically set |