Represents an object in Relativity.
Inheritance Hierarchy
Relativity.Services.Objects.DataContracts.RelativityObject
Namespace: Relativity.Services.Objects.DataContracts
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 13.3.1.1 045207d562027f7bb0eaa843477ebb7cba5b9f0a
Syntax
The RelativityObject type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RelativityObject | Initializes a new instance of the RelativityObject class |
Properties
| Name | Description | |
|---|---|---|
| ArtifactID |
Gets or sets the Artifact ID of the current object.
| |
| FieldValues |
Gets or sets a list of fields and their values on the object.
| |
| Guids |
Gets or sets the GUIDs for the current object.
| |
| Item[Guid] |
Gets the FieldValuePair on the object with the specified GUID.
| |
| Item[Int32] |
Gets the FieldValuePair on the object with the specified Artifact ID.
| |
| Item[String] |
Gets the FieldValuePair on the object with the specified field name.
| |
| Name |
Gets or sets the user-friendly name of the object.
| |
| ParentObject |
Gets or sets the Artifact ID of the parent of the current object.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FieldValuePairExists(Guid) |
Checks if this object contains a FieldValuePair with specified GUID.
| |
| FieldValuePairExists(Int32) |
Checks if this object contains a FieldValuePair with specified Artifact ID.
| |
| FieldValuePairExists(String) |
Checks if this object contains a FieldValuePair with specified field name (case-insensitive).
| |
| 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.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToRef |
Converts a fully hydrated RelativityObject into a RelativityObjectRef object.
(Defined by RelativityObjectExtensions.) |
See Also