Click or drag to resize

XPathQuery Class

Represents a predicate within an XPath expression that is used for comparing an attribute with a value
Inheritance Hierarchy
SystemObject
  Lithnet.ResourceManagement.ClientXPathQuery

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

The XPathQuery type exposes the following members.

Constructors
  NameDescription
Public methodXPathQuery(String, ComparisonOperator)
Initializes a new instance of the XPathQuery class
Public methodXPathQuery(String, ComparisonOperator, Object)
Initializes a new instance of the XPathQuery class
Public methodXPathQuery(String, ComparisonOperator, Object, Boolean)
Initializes a new instance of the XPathQuery class
Public methodXPathQuery(String, ComparisonOperator, Object, Boolean, AttributeType, Boolean)
Initializes a new instance of the XPathQuery class
Top
Properties
  NameDescription
Public propertyAttributeName
Gets the name of the attribute used in the query
Public propertyNegate
Gets a value indicating if the condition in this query will be negated with the not() operator
Public propertyOperator
Gets the value comparison operator used in the query
Public propertyValue
Gets the value that is used in the query
Top
Methods
  NameDescription
Public methodBuildQueryString
Builds the query component
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
Gets the string representation of this object
(Overrides ObjectToString.)
Top
See Also