Click or drag to resize
XdsOpParent Constructor (XmlElement, 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(
	XmlElement opParent,
	bool initStatus
)

Parameters

opParent
Type: System.XmlXmlElement

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

initStatus
Type: SystemBoolean
true if child status element should be searched for.
See Also