Click or drag to resize

XPathDereferencedExpression Class

An XPath expression that involves dereferencing an attribute
Inheritance Hierarchy
SystemObject
  Lithnet.ResourceManagement.ClientXPathExpression
    Lithnet.ResourceManagement.ClientXPathDereferencedExpression

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

The XPathDereferencedExpression type exposes the following members.

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