ReadResult Class

Relativity Services API
Represents the results of a read operation performed through the Object Manager service.
Inheritance Hierarchy

System.Object
  Relativity.Services.Objects.DataContracts.ReadResult

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

public class ReadResult

The ReadResult type exposes the following members.

Constructors

  NameDescription
Public methodReadResult
Initializes a new instance of the ReadResult class
Top
Properties

  NameDescription
Public propertyMessage
Gets a string returned by a Pre Load event handler.
Public propertyObject
Gets a RelativityObject instance containing fields and their values that were read.
Public propertyObjectType
Gets or sets the Object Type for the RelativityObject.
Public propertyObjectVersionToken
Gets or sets the version token of the RelativityObject. This value could be passed to the Update request to enable record overwrite protection.
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