Show / Hide Table of Contents

Class Workspace

A representation of a Relativity Workspace used for data transfer.

Inheritance
System.Object
Artifact
NamedArtifact
Workspace
Implements
IHasName
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 Workspace : NamedArtifact, IHasName

Properties

| Improve this Doc View Source

Client

Gets or sets the client.

Declaration
[FieldName("Client Name")]
public NamedArtifact Client { get; set; }
Property Value
Type Description
NamedArtifact
| Improve this Doc View Source

CreatedOn

Gets or sets the date and time when the workspace was created.

Declaration
public DateTime? CreatedOn { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
| Improve this Doc View Source

DatabaseLocation

Gets or sets the database location.

Declaration
public NamedArtifact DatabaseLocation { get; set; }
Property Value
Type Description
NamedArtifact
| Improve this Doc View Source

DataGridFileRepository

Gets or sets the data grid file repository.

Declaration
[FieldName("Default Grid File Location")]
public NamedArtifact DataGridFileRepository { get; set; }
Property Value
Type Description
NamedArtifact
| Improve this Doc View Source

DefaultCacheLocation

Gets or sets the default cache location.

Declaration
public NamedArtifact DefaultCacheLocation { get; set; }
Property Value
Type Description
NamedArtifact
| Improve this Doc View Source

DefaultFileRepository

Gets or sets the default file repository.

Declaration
[FieldName("Default File Location")]
public NamedArtifact DefaultFileRepository { get; set; }
Property Value
Type Description
NamedArtifact
| Improve this Doc View Source

DownloadHandlerUrl

Gets or sets the download handler URL.

Declaration
[FieldName("Download Handler URL")]
public string DownloadHandlerUrl { get; set; }
Property Value
Type Description
System.String
| 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

Matter

Gets or sets the matter.

Declaration
[FieldName("Matter Name")]
public NamedArtifact Matter { get; set; }
Property Value
Type Description
NamedArtifact
| 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

ProductionRestrictions

Gets or sets the production resrictions.

Declaration
public NamedArtifact ProductionRestrictions { get; set; }
Property Value
Type Description
NamedArtifact
| Improve this Doc View Source

ResourcePool

Gets or sets the resource pool.

Declaration
public NamedArtifact ResourcePool { get; set; }
Property Value
Type Description
NamedArtifact
| Improve this Doc View Source

SqlFullTextLanguage

Gets or sets the SQL full text language.

Declaration
public SqlFullTextLanguage SqlFullTextLanguage { get; set; }
Property Value
Type Description
SqlFullTextLanguage
| Improve this Doc View Source

SqlServer

Gets or sets the SQL server.

Declaration
public NamedArtifact SqlServer { get; set; }
Property Value
Type Description
NamedArtifact
| Improve this Doc View Source

Status

Gets or sets the status.

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

TemplateWorkspace

Gets or sets the template workspace.

Declaration
public NamedArtifact TemplateWorkspace { get; set; }
Property Value
Type Description
NamedArtifact
| Improve this Doc View Source

WorkspaceAdminGroup

Gets or sets the workspace admin group.

Declaration
public Group WorkspaceAdminGroup { get; set; }
Property Value
Type Description
Group

Implements

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