Click or drag to resize

XPathDereferencedExpression Constructor (String, String, IXPathQueryObject, Boolean)

Initializes a new instance of the XPathDereferencedExpression class

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public XPathDereferencedExpression(
	string objectType,
	string dereferenceAttribute,
	IXPathQueryObject query,
	bool wrapFilterXml
)

Parameters

objectType
Type: System.String
The object type used in the expression
dereferenceAttribute
Type: System.String
The name of the attribute to dereference
query
Type: Lithnet.ResourceManagement.Client.IXPathQueryObject
The query used to build the expression
wrapFilterXml
Type: System.Boolean
Indicates if the resulting expression should be wrapped in an XML filter element
See Also