Click or drag to resize
CacheableQueryResult 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 CacheableQueryResult : QueryResult

The CacheableQueryResult type exposes the following members.

Constructors
  NameDescription
Public methodCacheableQueryResult
Constructor
Top
Properties
  NameDescription
Public propertyErrors
A list of any errors that occurred during the request
(Inherited from OperationResult.)
Public propertyIsCachedResult
Is this result a cached result? If not, it contains updated data.
Public propertyObject
The object manipulated. This will be populated for creates and updates.
(Inherited from OperationResult.)
Public propertyResults
The results of the query
(Inherited from QueryResult.)
Public propertyStartIndex
The start index of this result set
(Inherited from QueryResult.)
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
(Inherited from QueryResult.)
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