Click or drag to resize
XdsOperationconstruct Method (XdsOpParent, String, String)

[Missing <summary> documentation for "M:DXMLBase.Xds.XdsOperation.construct(DXMLBase.Xds.XdsOpParent,System.String,System.String)"]

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static XdsOperation construct(
	XdsOpParent parent,
	string namespaceURI,
	string tagName
)

Parameters

parent
Type: DXMLBase.XdsXdsOpParent

[Missing <param name="parent"/> documentation for "M:DXMLBase.Xds.XdsOperation.construct(DXMLBase.Xds.XdsOpParent,System.String,System.String)"]

namespaceURI
Type: SystemString

[Missing <param name="namespaceURI"/> documentation for "M:DXMLBase.Xds.XdsOperation.construct(DXMLBase.Xds.XdsOpParent,System.String,System.String)"]

tagName
Type: SystemString

[Missing <param name="tagName"/> documentation for "M:DXMLBase.Xds.XdsOperation.construct(DXMLBase.Xds.XdsOpParent,System.String,System.String)"]

Return Value

Type: XdsOperation

[Missing <returns> documentation for "M:DXMLBase.Xds.XdsOperation.construct(DXMLBase.Xds.XdsOpParent,System.String,System.String)"]

See Also