XPathQuery Class |
Namespace: Lithnet.ResourceManagement.Client
The XPathQuery type exposes the following members.
| Name | Description | |
|---|---|---|
| XPathQuery(String, ComparisonOperator) |
Initializes a new instance of the XPathQuery class
| |
| XPathQuery(String, ComparisonOperator, Object) |
Initializes a new instance of the XPathQuery class
| |
| XPathQuery(String, ComparisonOperator, Object, Boolean) |
Initializes a new instance of the XPathQuery class
| |
| XPathQuery(String, ComparisonOperator, Object, Boolean, AttributeType, Boolean) |
Initializes a new instance of the XPathQuery class
|
| Name | Description | |
|---|---|---|
| AttributeName |
Gets the name of the attribute used in the query
| |
| Negate |
Gets a value indicating if the condition in this query will be negated with the not() operator
| |
| Operator |
Gets the value comparison operator used in the query
| |
| Value |
Gets the value that is used in the query
|
| Name | Description | |
|---|---|---|
| BuildQueryString |
Builds the query component
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Gets the string representation of this object
(Overrides ObjectToString.) |