Click or drag to resize
OperationResult Class
This class represents the result of an operation against the WSAPI.
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 OperationResult

The OperationResult type exposes the following members.

Constructors
  NameDescription
Public methodOperationResult
Create a new empty OperationResult
Top
Properties
  NameDescription
Public propertyErrors
A list of any errors that occurred during the request
Public propertyObject
The object manipulated. This will be populated for creates and updates.
Public propertyResults
The objects manipulated. This will be populated for collection adds.
Public propertySuccess
Whether the request was successful or not Returns true if Errors is empty
Public propertyWarnings
A list of any warnings that occurred during the request
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