Click or drag to resize

DATAFORMATCRU_TYPE Enumeration

Indicates in what format you want to receive the data resulting from the operation.

Namespace:  LinkarCommon
Assembly:  LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public enum DATAFORMATCRU_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.
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