C-DEngine 5.105

ePropertyTypes Enumeration

Avalable Property Types for C-DEngine Things

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public enum ePropertyTypes
Public Enumeration ePropertyTypes
public enum class ePropertyTypes

Members


Member nameDescription
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