Click or drag to resize

XPathQueryGroup Constructor (GroupOperator, AttributeValuePairCollection, 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
Syntax
public XPathQueryGroup(
	GroupOperator groupOperator,
	AttributeValuePairCollection attributeValuePairs,
	ComparisonOperator valueComparisonOperator
)

Parameters

groupOperator
Type: Lithnet.ResourceManagement.ClientGroupOperator
The logical operator to apply to queries within this group
attributeValuePairs
Type: Lithnet.ResourceManagement.ClientAttributeValuePairCollection
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