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
Syntaxpublic static string CreateDereferenceFilter(
string searchObjectType,
AttributeValuePairCollection keyValuePairs,
ComparisonOperator valueComparisonOperator,
GroupOperator groupOperator,
string referenceAttributeName
)
Public Shared Function CreateDereferenceFilter (
searchObjectType As String,
keyValuePairs As AttributeValuePairCollection,
valueComparisonOperator As ComparisonOperator,
groupOperator As GroupOperator,
referenceAttributeName As String
) As String
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:
StringAn XPath query string
See Also