Click or drag to resize

DATAFORMATSCHPROP_TYPE Enumeration

Linkar Framework .NET (Core and Framework)


Specify the output formats of LkProperties operations (For other operations, DATAFORMATSCH_TYPE, DATAFORMAT_TYPE and DATAFORMATCRU_TYPE).

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public enum DATAFORMATSCHPROP_TYPE
Members
Member nameValueDescription
MV1 Show the results of the operation in MV format.
XML2 Show the results of the operation in XML format.
JSON3 Show the results of the operation in JSON format.
TABLE4 Show the results of the operation in TABLE format.
XML_DICT5 Show the results of the operation in XML_DICT format, using the dictionaries.
XML_SCH6 Show the results of the operation in XML_SCH format, using the schema properties.
JSON_DICT7 Show the results of the operation in JSON_DICT format, using the dictionaries.
JSON_SCH8 Show the results of the operation in JSON_SCH format, using the schema properties.
See Also