Result<T> Class

Relativity Services API
A ReadResult represents the outcome of an individual Read operation on a single Artifact.
Inheritance Hierarchy

System.Object
  Relativity.Services.Result<T>

Namespace:  Relativity.Services
Assembly:  Relativity.Services.DataContracts (in Relativity.Services.DataContracts.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class Result<T>

Type Parameters

T
The type of artifact which is returned in this result.

The Result<T> type exposes the following members.

Constructors

  NameDescription
Public methodResult<T>
Result Constructor.
Top
Properties

  NameDescription
Public propertyArtifact
Provides the Artifact.
Public propertyMessage
When an error occurs, this property will provide more information about the failure.
Public propertySuccess
Gets a value indicating whether the individual operation was a success.
Public propertyWarningMessages
When warnings occur, this property will provide more information about the warnings.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference