Click or drag to resize

XPathExpression Class

A class used to build a standard XPath expression, containing one or more queries
Inheritance Hierarchy

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

The XPathExpression type exposes the following members.

Constructors
  NameDescription
Public methodXPathExpression
Initializes a new instance of the XPathExpression class
Public methodXPathExpression(String)
Initializes a new instance of the XPathExpression class
Public methodXPathExpression(String, IXPathQueryObject)
Initializes a new instance of the XPathExpression class
Public methodXPathExpression(String, IXPathQueryObject, Boolean)
Initializes a new instance of the XPathExpression class
Top
Properties
  NameDescription
Public propertyObjectType
Gets or sets the type of object to query
Public propertyQuery
Gets or sets the query component for this expression. This may be a XPathQuery or XPathQueryGroup
Public propertyWrapFilterXml
Gets or sets a value indicating whether the resulting expression should be wrapped in a filter XML element
Top
Methods
  NameDescription
Protected methodBuildExpression
Builds the XPath expression
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 the expression
(Overrides ObjectToString.)
Public methodToString(Boolean)
Gets the string representation of the expression
Top
See Also