XPathQueryGroup Constructor (GroupOperator, DictionaryString, Object, ComparisonOperator) |
Initializes a new instance of the XpathQueryGroup class
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic XPathQueryGroup(
GroupOperator groupOperator,
Dictionary<string, Object> attributeValuePairs,
ComparisonOperator valueComparisonOperator
)
Public Sub New (
groupOperator As GroupOperator,
attributeValuePairs As Dictionary(Of String, Object),
valueComparisonOperator As ComparisonOperator
)
public:
XPathQueryGroup(
GroupOperator groupOperator,
Dictionary<String^, Object^>^ attributeValuePairs,
ComparisonOperator valueComparisonOperator
)
Parameters
- groupOperator
- Type: Lithnet.ResourceManagement.ClientGroupOperator
The logical operator to apply to queries within this group - attributeValuePairs
- Type: System.Collections.GenericDictionaryString, Object
The attribute and value pairs to query - valueComparisonOperator
- Type: Lithnet.ResourceManagement.ClientComparisonOperator
The operator to apply to the individual attribute and value pairs
See Also