Show / Hide Table of Contents

Class Entity

Represents the Relativity entity object.

Inheritance
System.Object
Artifact
Entity
Inherited Members
Artifact.ArtifactID
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class Entity : Artifact

Properties

| Improve this Doc View Source

Classification

Gets or sets entity classification.

Declaration
public List<NamedArtifact> Classification { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NamedArtifact>
| Improve this Doc View Source

DocumentNumberingPrefix

Gets or sets document numbering prefix for an entity.

Declaration
public string DocumentNumberingPrefix { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FirstName

Gets or sets first name for an entity.

Declaration
public string FirstName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FullName

Gets or sets full name for an entity.

Declaration
public string FullName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LastName

Gets or sets last name for an entity.

Declaration
public string LastName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Notes

Gets or sets Notes.

Declaration
public string Notes { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Gets or sets entity type.

Declaration
public NamedArtifact Type { get; set; }
Property Value
Type Description
NamedArtifact

Methods

| Improve this Doc View Source

FillRequiredProperties()

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

Declaration
public Entity FillRequiredProperties()
Returns
Type Description
Entity

A filled Entity.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX