Click or drag to resize

XPathFilterBuilder Class

A utility class that provides the ability to build XPath queries
Inheritance Hierarchy
SystemObject
  Lithnet.ResourceManagement.ClientXPathFilterBuilder

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public class XPathFilterBuilder

The XPathFilterBuilder type exposes the following members.

Constructors
  NameDescription
Public methodXPathFilterBuilder
Initializes a new instance of the XPathFilterBuilder class
Top
Methods
  NameDescription
Public methodStatic memberCreateDereferenceFilter(String, IXPathQueryObject, String)
Creates a filter that dereferences a matching expression, and returns the resulting values from the referenced attribute
Public methodStatic memberCreateDereferenceFilter(String, String, Object, String)
Creates a filter that dereferences a matching expression, and returns the resulting values from the referenced attribute
Public methodStatic memberCreateDereferenceFilter(String, AttributeValuePairCollection, ComparisonOperator, GroupOperator, String)
Creates a filter that dereferences a matching expression, and returns the resulting values from the referenced attribute
Public methodStatic memberCreateDereferenceFilter(String, DictionaryString, Object, ComparisonOperator, GroupOperator, String)
Creates a filter that dereferences a matching expression, and returns the resulting values from the referenced attribute
Public methodStatic memberCreateFilter(String, IXPathQueryObject)
Creates an XPath filter using the specified query object and object type
Public methodStatic memberCreateFilter(String, String, Object)
Creates an XPath filter for the specified object type and attribute value pair
Public methodStatic memberCreateFilter(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
Public methodStatic memberCreateFilter(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
Public methodStatic memberCreateFilter(String, String, ComparisonOperator, Object)
Creates an XPath filter for the specified object type and attribute value pair
Public methodStatic memberCreateUnionFilter
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.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also