RelativityObject Class

Relativity Services API
Represents an object in Relativity.
Inheritance Hierarchy

System.Object
  Relativity.Services.Objects.DataContracts.RelativityObject

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

public class RelativityObject : IRelativityObject

The RelativityObject type exposes the following members.

Constructors

  NameDescription
Public methodRelativityObject
Initializes a new instance of the RelativityObject class
Top
Properties

  NameDescription
Public propertyArtifactID
Gets or sets the Artifact ID of the current object.
Public propertyFieldValues
Gets or sets a list of fields and their values on the object.
Public propertyGuids
Gets or sets the GUIDs for the current object.
Public propertyItem[Guid]
Gets the FieldValuePair on the object with the specified GUID.
Public propertyItem[Int32]
Gets the FieldValuePair on the object with the specified Artifact ID.
Public propertyItem[String]
Gets the FieldValuePair on the object with the specified field name.
Public propertyName
Gets or sets the user-friendly name of the object.
Public propertyParentObject
Gets or sets the Artifact ID of the parent of the current object.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFieldValuePairExists(Guid)
Checks if this object contains a FieldValuePair with specified GUID.
Public methodFieldValuePairExists(Int32)
Checks if this object contains a FieldValuePair with specified Artifact ID.
Public methodFieldValuePairExists(String)
Checks if this object contains a FieldValuePair with specified field name (case-insensitive).
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
Extension Methods

  NameDescription
Public Extension MethodToRef
Converts a fully hydrated RelativityObject into a RelativityObjectRef object.
(Defined by RelativityObjectExtensions.)
Top
See Also

Reference