Click or drag to resize

XPathDereferencedExpression Constructor (String, String, IXPathQueryObject)

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
)

Parameters

objectType
Type: SystemString
The object type used in the expression
dereferenceAttribute
Type: SystemString
The name of the attribute to dereference
query
Type: Lithnet.ResourceManagement.ClientIXPathQueryObject
The query used to build the expression
See Also