Class Entity
Represents the Relativity entity object.
Inherited Members
      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 : ArtifactProperties
| Improve this Doc View SourceClassification
Gets or sets entity classification.
Declaration
public List<NamedArtifact> Classification { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<NamedArtifact> | 
DocumentNumberingPrefix
Gets or sets document numbering prefix for an entity.
Declaration
public string DocumentNumberingPrefix { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
FirstName
Gets or sets first name for an entity.
Declaration
public string FirstName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
FullName
Gets or sets full name for an entity.
Declaration
public string FullName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
LastName
Gets or sets last name for an entity.
Declaration
public string LastName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Notes
Gets or sets Notes.
Declaration
public string Notes { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Type
Gets or sets entity type.
Declaration
public NamedArtifact Type { get; set; }Property Value
| Type | Description | 
|---|---|
| NamedArtifact | 
Methods
| Improve this Doc View SourceFillRequiredProperties()
Fills the FirstName, LastName, and FullName on the Entity if missing.
Declaration
public Entity FillRequiredProperties()Returns
| Type | Description | 
|---|---|
| Entity | A filled Entity. |