<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

Dependency

public class Dependency
Represents an object dependent on another object selected for deletion.
public string Action { get; set; }

Gets 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; }

Gets 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; }

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

public int HierarchicLevel { get; set; }

Gets 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()