Class Client
Represents the Relativity client 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 Client : NamedArtifact, IHasName, IFillsRequiredProperties<Client>Properties
| Improve this Doc View SourceKeywords
Gets or sets the keywords.
Declaration
public string Keywords { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Notes
Gets or sets the notes.
Declaration
public string Notes { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Number
Gets or sets the number.
Declaration
public string Number { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Status
Gets or sets the status.
Declaration
public NamedArtifact Status { get; set; }Property Value
| Type | Description | 
|---|---|
| NamedArtifact | 
Methods
| Improve this Doc View SourceFillRequiredProperties()
Fills the required properties.
Declaration
public Client FillRequiredProperties()Returns
| Type | Description | 
|---|---|
| Client | The same Client object instance. |