ExportToXmlOptions Constructors
Estimated reading time: 2 minutes
Definition
Namespace: ASNA.DataGate.Client.CopyData
Assembly: ASNA.QSys.DataGate.Client.dll
Initializes a new instance of the class.
Overloads
| 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. |