Click or drag to resize
XdsOpParent Constructor (XmlDocument, String, Boolean)
Initializes a new instance of the XdsOpParent class

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected XdsOpParent(
	XmlDocument xdsDocument,
	string tagName,
	bool initStatus
)

Parameters

xdsDocument
Type: System.XmlXmlDocument

[Missing <param name="xdsDocument"/> documentation for "M:DXMLBase.Xds.XdsOpParent.#ctor(System.Xml.XmlDocument,System.String,System.Boolean)"]

tagName
Type: SystemString

[Missing <param name="tagName"/> documentation for "M:DXMLBase.Xds.XdsOpParent.#ctor(System.Xml.XmlDocument,System.String,System.Boolean)"]

initStatus
Type: SystemBoolean

[Missing <param name="initStatus"/> documentation for "M:DXMLBase.Xds.XdsOpParent.#ctor(System.Xml.XmlDocument,System.String,System.Boolean)"]

See Also