Class ObjectType
A representation of a Relativity Object Type used for data transfer.
Inherited Members
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ObjectType : NamedArtifactWithGuids, IHasName, IHaveGuids
Properties
| Improve this Doc View SourceArtifactTypeID
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 |
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 |
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 |
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 |
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 |
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 |
IsViewEnabled
Gets or sets a value indicating whether it is view enabled.
Declaration
public bool IsViewEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ParentObjectType
Gets or sets the parent object type.
Declaration
public ObjectType.WrappedObjectType ParentObjectType { get; set; }
Property Value
Type | Description |
---|---|
ObjectType.WrappedObjectType |
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 |
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 |
RelativityApplications
Gets or sets the Relativity applications wrapped in DTO object.
Declaration
public ObjectType.WrappedRelativityApplications RelativityApplications { get; set; }
Property Value
Type | Description |
---|---|
ObjectType.WrappedRelativityApplications |
SamplingEnabled
Gets or sets a value indicating whether sampling funtionality is enabled.
Declaration
public bool SamplingEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |