Represents the results of a read operation performed through the Object Manager service.
Inheritance Hierarchy
Relativity.Services.Objects.DataContracts.ReadResult
Namespace: Relativity.Services.Objects.DataContracts
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ReadResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ReadResult | Initializes a new instance of the ReadResult class |
Properties
Name | Description | |
---|---|---|
![]() | Message |
Gets a string returned by a Pre Load event handler.
|
![]() | Object |
Gets a RelativityObject instance containing fields and their values that were read.
|
![]() | ObjectType |
Gets or sets the Object Type for the RelativityObject.
|
![]() | ObjectVersionToken |
Gets or sets the version token of the RelativityObject. This value could be passed to the Update request to enable record overwrite protection.
|
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