Show / Hide Table of Contents

Class ObjectType

A representation of a Relativity Object Type used for data transfer.

Inheritance
System.Object
Artifact
NamedArtifact
NamedArtifactWithGuids
ObjectType
Implements
IHasName
IHaveGuids
Inherited Members
NamedArtifactWithGuids.Guids
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 ObjectType : NamedArtifactWithGuids, IHasName, IHaveGuids

Properties

| Improve this Doc View Source

ArtifactTypeID

Gets or sets the value used as an identifier for an object type supported by Relativity.

Declaration
[FieldName("Artifact Type ID")]
public int ArtifactTypeID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

CopyInstancesOnCaseCreation

Gets or sets a value indicating whether instances of this object type will be copied when the workspace is used as a template for another.

Declaration
[FieldName("Copy Instances On Workspace Creation")]
public bool CopyInstancesOnCaseCreation { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

CopyInstancesOnParentCopy

Gets or sets a value indicating whether instances of this object type will be copied when the parent of those instances are copied.

Declaration
[FieldName("Copy Instances on Parent Copy")]
public bool CopyInstancesOnParentCopy { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

EnableSnapshotAuditingOnDelete

Gets or sets a value indicating whether Relativity will capture field values on instance delete.

Declaration
[FieldName("Snapshot Auditing Enabled On Delete")]
public bool EnableSnapshotAuditingOnDelete { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsDynamic

Gets or sets a value indicating whether it is dynamic object type.

Declaration
public bool IsDynamic { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSystem

Gets or sets a value indicating whether it is system object type.

Declaration
public bool IsSystem { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsViewEnabled

Gets or sets a value indicating whether it is view enabled.

Declaration
public bool IsViewEnabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ParentObjectType

Gets or sets the parent object type.

Declaration
public ObjectType.WrappedObjectType ParentObjectType { get; set; }
Property Value
Type Description
ObjectType.WrappedObjectType
| Improve this Doc View Source

PersistentListsEnabled

Gets or sets a value indicating whether users can save lists of this object instances.

Declaration
public bool PersistentListsEnabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

PivotEnabled

Gets or sets a value indicating whether whether pivot funtionality is enabled.

Declaration
public bool PivotEnabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

RelativityApplications

Gets or sets the Relativity applications wrapped in DTO object.

Declaration
public ObjectType.WrappedRelativityApplications RelativityApplications { get; set; }
Property Value
Type Description
ObjectType.WrappedRelativityApplications
| Improve this Doc View Source

SamplingEnabled

Gets or sets a value indicating whether sampling funtionality is enabled.

Declaration
public bool SamplingEnabled { get; set; }
Property Value
Type Description
System.Boolean

Implements

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