A ReadResult represents the outcome of an individual Read operation on a single Artifact.
Inheritance Hierarchy
Relativity.Services.Result<T>
Namespace: Relativity.Services
Assembly: Relativity.Services.DataContracts (in Relativity.Services.DataContracts.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Type Parameters
- T
- The type of artifact which is returned in this result.
The Result<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Result<T> |
Result Constructor.
|
Properties
Name | Description | |
---|---|---|
![]() | Artifact |
Provides the Artifact.
|
![]() | Message |
When an error occurs, this property will provide more information about the failure.
|
![]() | Success |
Gets a value indicating whether the individual operation was a success.
|
![]() | WarningMessages |
When warnings occur, this property will provide more information about the warnings.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also