ExportToXmlOptions class

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.

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.