Click or drag to resize
AttachmentResult Class
A result containing the contents of an attachment.
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 AttachmentResult : OperationResult

The AttachmentResult type exposes the following members.

Properties
  NameDescription
Public propertyErrors
A list of any errors that occurred during the request
(Inherited from OperationResult.)
Public propertyFileContents
The file contents that were downloaded.
Public propertyObject
The object manipulated. This will be populated for creates and updates.
(Inherited from OperationResult.)
Public propertyResults
The objects manipulated. This will be populated for collection adds.
(Inherited from OperationResult.)
Public propertySuccess
Whether the request was successful or not Returns true if Errors is empty
(Inherited from OperationResult.)
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