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