Click or drag to resize
QueryResult Class
This class represents the result of a query operation
Inheritance Hierarchy

Namespace: Rally.RestApi.Response
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public class QueryResult : OperationResult

The QueryResult type exposes the following members.

Constructors
  NameDescription
Public methodQueryResult
Constructor
Top
Properties
  NameDescription
Public propertyErrors
A list of any errors that occurred during the request
(Inherited from OperationResult.)
Public propertyObject
The object manipulated. This will be populated for creates and updates.
(Inherited from OperationResult.)
Public propertyResults
The results of the query
Public propertyStartIndex
The start index of this result set
Public propertySuccess
Whether the request was successful or not Returns true if Errors is empty
(Inherited from OperationResult.)
Public propertyTotalResultCount
The total number of results
Public propertyWarnings
A list of any warnings that occurred during the request
(Inherited from OperationResult.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also