ExportToXmlOptions class | QSYS API Reference Guide

Estimated reading time: 2 minutes

Provides options for exporting data to XML format. This class includes properties for specifying whether fields should be exported as elements and whether the schema should be included in the exported data.

Namespace: ASNA.DataGate.Client.CopyData Assembly: ASNA.QSys.DataGate.Client.dll

Inheritance: Object –> ExportOptions

Constructors

Name Description
ExportToXmlOptions(IMember, String, ExportAccessMode) Initializes a new instance of the class.
ExportToXmlOptions(IMember, String, ExportAccessMode, Boolean) Initializes a new instance of the class.
ExportToXmlOptions(IMember, String, ExportAccessMode, Boolean, Boolean) Initializes a new instance of the class.

ExportToXmlOptions(IMember, String, ExportAccessMode)

Initializes a new instance of the class.

ExportToXmlOptions(IMember, String, ExportAccessMode)

Parameters

Type Parameter name Description
IMember src The source data to be exported.
String target The target path where the data will be exported.
ExportAccessMode seq The access mode for data export.

ExportToXmlOptions(IMember, String, ExportAccessMode, Boolean)

Initializes a new instance of the class.

ExportToXmlOptions(IMember, String, ExportAccessMode, Boolean)

Parameters

Type Parameter name Description
IMember src The source data to be exported.
String target The target path where the data will be exported.
ExportAccessMode seq The access mode for data export.
Boolean bFieldsAsElements A boolean value indicating whether fields should be exported as elements.

ExportToXmlOptions(IMember, String, ExportAccessMode, Boolean, Boolean)

Initializes a new instance of the class.

ExportToXmlOptions(IMember, String, ExportAccessMode, Boolean, Boolean)

Parameters

Type Parameter name Description
IMember src The source data to be exported.
String target The target path where the data will be exported.
ExportAccessMode seq The access mode for data export.
Boolean bFieldsAsElements A boolean value indicating whether fields should be exported as elements.
Boolean bSaveSchema A boolean value indicating whether the schema should be saved.

Properties

Type Name Description
Boolean FieldsAsElements Gets or sets a value indicating whether fields should be exported as elements.
Boolean IncludeSchema Gets or sets a value indicating whether the schema should be included in the exported data.