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
Syntaxpublic XPathDereferencedExpression(
string objectType,
string dereferenceAttribute,
IXPathQueryObject query
)
Public Sub New (
objectType As String,
dereferenceAttribute As String,
query As IXPathQueryObject
)
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