Click or drag to resize

XPathFilterBuilderCreateDereferenceFilter Method (String, DictionaryString, Object, ComparisonOperator, GroupOperator, String)

Creates a filter that dereferences a matching expression, and returns the resulting values from the referenced attribute

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public static string CreateDereferenceFilter(
	string searchObjectType,
	Dictionary<string, Object> keyValuePairs,
	ComparisonOperator valueComparisonOperator,
	GroupOperator groupOperator,
	string referenceAttributeName
)

Parameters

searchObjectType
Type: SystemString
The object type to query
keyValuePairs
Type: System.Collections.GenericDictionaryString, Object
The list to attribute and value pairs to query for
valueComparisonOperator
Type: Lithnet.ResourceManagement.ClientComparisonOperator
The operator used to compare the attribute and value pairs
groupOperator
Type: Lithnet.ResourceManagement.ClientGroupOperator
The operator to use to join the attribute value pair comparisons together
referenceAttributeName
Type: SystemString
The name of the attribute used to dereference the expression

Return Value

Type: String
An XPath query string
See Also