DK11 for .NET | TatukGIS.NDK.TGIS_JSONObject | Classes | Constructors | Methods | Properties
JSON object implementation.
// C# public class TGIS_JSONObject : TGIS_ObjectDisposable { }
' VisualBasic Public Class TGIS_JSONObject Inherits TGIS_ObjectDisposable End Class
// Oxygene type TGIS_JSONObject = public class( TGIS_ObjectDisposable ) end;
→ TGIS_ObjectDisposable
Name | Visibility | Description | |
---|---|---|---|
TGIS_JSONObject() | public | Constructor for json integer object. | |
TGIS_JSONObject(bool) | public | Constructor for json boolean object. | |
TGIS_JSONObject(double) | public | Constructor for json double object. | |
TGIS_JSONObject(int) | public | Constructor for json integer object. | |
TGIS_JSONObject(string) | public | Constructor for json string object. | |
TGIS_JSONObject(TGIS_JSONType) | public | Constructor for json object type. | |
Name | Visibility | Description | |
---|---|---|---|
AsBoolean | public | Get json object as boolean value. | |
AsDouble | public | Get json object as double value. | |
AsInteger | public | Get json object as integer value. | |
AsString | public | Get json object as string value. | |
Clear | public | Clear object values. | |
doCreate | protected | Private constructor for all objects. | |
doCreate(TGIS_JSONType) | protected | Private constructor for all objects. | |
GetEnumerator | public | Get enumerator of elements list. | |