ThingWorx Edge .NET SDK Reference > ThingWorx Base Types (.NET SDK Details)
ThingWorx Base Types (.NET SDK Details)
Base types are the classification of different data values. The table below lists all of the base types supported by the SDK:
Type Name
Description
BOOLEAN
True or false values only.
DATETIME
Date and time value.
GROUPNAME
ThingWorx Group Name.
HTML
HTML value.
HYPERLINK
Hyperlink value.
IMAGE
Image Value.
IMAGELINK
Image link value.
INFOTABLE
ThingWorx infotable.
INTEGER
32 bit integer value.
JSON
JSON structure.
LOCATION
ThingWorx Location structure.
MASHUPNAME
ThingWorx Mashup name.
MENUNAME
ThingWorx Menu name.
NOTHING
No type (used for services to define void result).
NUMBER
Double precision value.
STRING
String value.
QUERY
ThingWorx Query structure.
TEXT
Text value.
THINGNAME
ThingWorx Thing name.
USERNAME
ThingWorx User name.
XML
XML structure.
Was this helpful?