IAdgObject interface.WriteBases Method
Definition
Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll
Writes the base objects of the ADG object to an XML writer.
void WriteBases(XmlWriter writer)
Writes the base objects of the ADG object to an XML writer.
Remarks
This method is used to write the base objects of the ADG object to an XML writer. The writer parameter specifies the XML writer to write to. This can be useful for serializing the object’s state to XML.
void WriteBases(XmlWriter writer)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| XmlWriter | writer | The XML writer to write to. |