<PackageReference Include="Relativity.Shared.SDK" Version="1.8.0" />

Dependency

public class Dependency
Represents dependency information for one ObjectType.
public string Action { get; set; }

Get or sets a string indicating whether a dependent object is deleted or unlinked when a specific object is deleted.

public Securable<string> Connection { get; set; }

Get or sets a string indicating whether the object for deletion is a parent, or a field on a single or multiple object field.

public Securable<int?> Count { get; set; }

Get or sets the number of objects with a dependency on a specific object selected for deletion.

public int HierarchicLevel { get; set; }

Get or sets the degree of dependency between object types.

public Securable<string> ObjectType { get; set; }

Gets or sets a string indicating the type of the Relativity object dependent on the object selected for deletion.

public Dependency()

Initializes a new instance of the Dependency class.