| Query Class | 
Namespace: Rally.RestApi
The Query type exposes the following members.
| Name | Description | |
|---|---|---|
| Query | 
            Create a new empty query
              | |
| Query(String) | 
            Create a new query from the specified string.
              | |
| Query(String, QueryOperator, String) | 
            Create a new query built from the specified
            attribute, operator and value
              | 
| Name | Description | |
|---|---|---|
| Attribute | 
            The attribute to filter by
              | |
| QueryClause | 
            Get the string representation of this query
              | |
| QueryOperator | 
            The filter operator
              | |
| Value | 
            The value to be filtered on
              | 
| Name | Description | |
|---|---|---|
| And(Query) | 
            Join the specified query to this query
            using the AND operator.
              | |
| And(Query) | 
            Join the specified queries using the AND operator
              | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetOperator(String) | 
            Parse the specified string operator into
            a value of the Operator enum.
              | |
| GetOperator(QueryOperator) | 
            Get the string version of the specified operator
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| Or(Query) | 
            Join the specified query to this query
            using the OR operator.
              | |
| Or(Query) | 
            Join the specified queries using the OR operator
              | |
| Parse | 
            Parse the specified string into a query
              | |
| ToString | 
            Same as QueryClause
              (Overrides ObjectToString.) | |
| TryParseQueryOperator | 
            Tries to get the operator based upon the operator query string
              |