XPathFilterBuilder Class |
Namespace: Lithnet.ResourceManagement.Client
The XPathFilterBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| XPathFilterBuilder | Initializes a new instance of the XPathFilterBuilder class |
| Name | Description | |
|---|---|---|
| CreateDereferenceFilter(String, IXPathQueryObject, String) |
Creates a filter that dereferences a matching expression, and returns the resulting values from the referenced attribute
| |
| CreateDereferenceFilter(String, String, Object, String) |
Creates a filter that dereferences a matching expression, and returns the resulting values from the referenced attribute
| |
| CreateDereferenceFilter(String, AttributeValuePairCollection, ComparisonOperator, GroupOperator, String) |
Creates a filter that dereferences a matching expression, and returns the resulting values from the referenced attribute
| |
| CreateDereferenceFilter(String, DictionaryString, Object, ComparisonOperator, GroupOperator, String) |
Creates a filter that dereferences a matching expression, and returns the resulting values from the referenced attribute
| |
| 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
| |
| CreateUnionFilter |
Creates a filter that is a union of the results of one or more expressions. This function joins the expressions together with a logical or operator.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |