|
|
ctrlX Data Layer API for .NET 5
2.1.0
|
|
The converter interface. More...
Public Member Functions | |
| DLR_RESULT IVariant value | GenerateJsonComplex (IVariant valueFlatbuffers, IVariant typeFlatbuffers, int indentStep=0) |
| DLR_RESULT IVariant value | GenerateJsonSimple (IVariant value, int indentStep=0) |
| DLR_RESULT IVariant value | GetSchema (DLR_SCHEMA schema) |
| DLR_RESULT IVariant IVariant error | ParseJsonComplex (string json, IVariant typeFlatbuffers) |
| DLR_RESULT IVariant IVariant error | ParseJsonSimple (string json) |
Public Attributes | |
| DLR_RESULT | result |
| Generates a JSON string out of a simple data type Variant. More... | |
| DLR_RESULT IVariant | value |
The converter interface.
Definition at line 6 of file IConverter.cs.
| DLR_RESULT result |
Generates a JSON string out of a simple data type Variant.
Gets the schema
Parses a JSON string out of a complex data type Variant.
Parses a JSON string out of a simple data type Variant.
Generates a JSON string out of a complex data type Variant.
| value | Value to set |
| indentStep | Indentation length for json string |
| valueFlatbuffers | Value of the complex data type (flatbuffers) |
| typeFlatbuffers | Variant which contains the type of data (flatbuffers) |
| indentStep | Indentation length for json string |
| json | Data of the Variant as a json string |
| json | Data of the Variant as a json string |
| typeFlatbuffers | Variant which contains the type of data (flatbuffers) |
| schema | Requested schema |
Definition at line 14 of file IConverter.cs.