IAdgObject interface.ReadBases Method

Definition

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

Reads the base objects of the ADG object from an XML reader.

void ReadBases(XmlReader reader)

Reads the base objects of the ADG object from an XML reader.

Remarks

This method is used to read the base objects of the ADG object from an XML reader. The reader parameter specifies the XML reader to read from. This can be useful for deserializing the object’s state from XML.

void ReadBases(XmlReader reader)

Parameters

Type Parameter name Description
XmlReader reader The XML reader to read from.

See Also