Show / Hide Table of Contents

Class Client

Represents the Relativity client object.

Inheritance
System.Object
Artifact
NamedArtifact
Client
Implements
IHasName
IFillsRequiredProperties<Client>
Inherited Members
NamedArtifact.Name
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 Client : NamedArtifact, IHasName, IFillsRequiredProperties<Client>

Properties

| Improve this Doc View Source

Keywords

Gets or sets the keywords.

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

Notes

Gets or sets the notes.

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

Number

Gets or sets the number.

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

Status

Gets or sets the status.

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

Methods

| Improve this Doc View Source

FillRequiredProperties()

Fills the required properties.

Declaration
public Client FillRequiredProperties()
Returns
Type Description
Client

The same Client object instance.

Implements

IHasName
IFillsRequiredProperties<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX