Click or drag to resize

XPathFilterBuilder.CreateDereferenceFilter Method (String, AttributeValuePairCollection, 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,
	AttributeValuePairCollection keyValuePairs,
	ComparisonOperator valueComparisonOperator,
	GroupOperator groupOperator,
	string referenceAttributeName
)

Parameters

searchObjectType
Type: System.String
The object type to query
keyValuePairs
Type: Lithnet.ResourceManagement.Client.AttributeValuePairCollection
The list to attribute and value pairs to query for
valueComparisonOperator
Type: Lithnet.ResourceManagement.Client.ComparisonOperator
The operator used to compare the attribute and value pairs
groupOperator
Type: Lithnet.ResourceManagement.Client.GroupOperator
The operator to use to join the attribute value pair comparisons together
referenceAttributeName
Type: System.String
The name of the attribute used to dereference the expression

Return Value

Type: String
An XPath query string
See Also