Class Workspace
A representation of a Relativity Workspace used for data transfer.
Implements
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 Workspace : NamedArtifact, IHasName
Properties
| Improve this Doc View SourceClient
Gets or sets the client.
Declaration
[FieldName("Client Name")]
public NamedArtifact Client { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
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> |
DatabaseLocation
Gets or sets the database location.
Declaration
public NamedArtifact DatabaseLocation { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
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 |
DefaultCacheLocation
Gets or sets the default cache location.
Declaration
public NamedArtifact DefaultCacheLocation { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
DefaultFileRepository
Gets or sets the default file repository.
Declaration
[FieldName("Default File Location")]
public NamedArtifact DefaultFileRepository { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
DownloadHandlerUrl
Gets or sets the download handler URL.
Declaration
[FieldName("Download Handler URL")]
public string DownloadHandlerUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Keywords
Gets or sets the keywords.
Declaration
public string Keywords { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Matter
Gets or sets the matter.
Declaration
[FieldName("Matter Name")]
public NamedArtifact Matter { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
Notes
Gets or sets the notes.
Declaration
public string Notes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProductionRestrictions
Gets or sets the production resrictions.
Declaration
public NamedArtifact ProductionRestrictions { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
ResourcePool
Gets or sets the resource pool.
Declaration
public NamedArtifact ResourcePool { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
SqlFullTextLanguage
Gets or sets the SQL full text language.
Declaration
public SqlFullTextLanguage SqlFullTextLanguage { get; set; }
Property Value
Type | Description |
---|---|
SqlFullTextLanguage |
SqlServer
Gets or sets the SQL server.
Declaration
public NamedArtifact SqlServer { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
Status
Gets or sets the status.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TemplateWorkspace
Gets or sets the template workspace.
Declaration
public NamedArtifact TemplateWorkspace { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
WorkspaceAdminGroup
Gets or sets the workspace admin group.
Declaration
public Group WorkspaceAdminGroup { get; set; }
Property Value
Type | Description |
---|---|
Group |