XmlElementConverter Constructors

Definition

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

Initializes a new instance of the class with the specified XML container and element name.

Overloads

Name Description
XmlElementConverter(XmlNode, ISchemaElementName) Initializes a new instance of the class with the specified XML container and element name.
XmlElementConverter(XmlNode, XmlElement, ISchemaElementName) Initializes a new instance of the class with the specified XML container, XML element, and element name.

XmlElementConverter(XmlNode, ISchemaElementName)

Initializes a new instance of the class with the specified XML container and element name.

XmlElementConverter(XmlNode, ISchemaElementName)

Parameters

Type Parameter name Description
XmlNode container The XML container.
ISchemaElementName elementName The name of the element.

XmlElementConverter(XmlNode, XmlElement, ISchemaElementName)

Initializes a new instance of the class with the specified XML container, XML element, and element name.

XmlElementConverter(XmlNode, XmlElement, ISchemaElementName)

Parameters

Type Parameter name Description
XmlNode container The XML container.
XmlElement element The XML element to convert.
ISchemaElementName elementName The name of the element.

See Also