XPathFilterBuilderCreateFilter Method |
| Name | Description | |
|---|---|---|
| CreateFilter(String, IXPathQueryObject) |
Creates an XPath filter using the specified query object and object type
| |
| CreateFilter(String, String, Object) |
Creates an XPath filter for the specified object type and attribute value pair
| |
| CreateFilter(String, AttributeValuePairCollection, ComparisonOperator, GroupOperator) |
Creates an XPath filter for the specified object type and attribute/value pairs. Multiple pairs are joined with an 'and' operator
| |
| CreateFilter(String, DictionaryString, Object, ComparisonOperator, GroupOperator) |
Creates an XPath filter for the specified object type and attribute/value pairs. Multiple pairs are joined with an 'and' operator
| |
| CreateFilter(String, String, ComparisonOperator, Object) |
Creates an XPath filter for the specified object type and attribute value pair
|