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

Entity

public class Entity : Artifact
Represents the Relativity entity object.
public List<NamedArtifact> Classification { get; set; }

Gets or sets entity classification.

public string DocumentNumberingPrefix { get; set; }

Gets or sets document numbering prefix for an entity.

public string FirstName { get; set; }

Gets or sets first name for an entity.

public string FullName { get; set; }

Gets or sets full name for an entity.

public string LastName { get; set; }

Gets or sets last name for an entity.

public string Notes { get; set; }

Gets or sets Notes.

public NamedArtifact Type { get; set; }

Gets or sets entity type.

public Entity()

Fills the FirstName, LastName, and FullName on the Entity if missing.