Click or drag to resize

XPathQueryGroup Class

Represents a group of predicates within an XPath expression
Inheritance Hierarchy
SystemObject
  Lithnet.ResourceManagement.ClientXPathQueryGroup

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

The XPathQueryGroup type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyGroupOperator
Gets the logical operator to apply to queries within this group
Public propertyNegate
Gets or sets a value indicating if the resulting group should be negated
Public propertyQueries
Gets the list of query objects used in the group
Top
Methods
  NameDescription
Public methodBuildQueryString
Builds the XPath query string, and returns the resulting string
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
Get the XPath query string
(Overrides ObjectToString.)
Top
See Also