Show / Hide Table of Contents

Class ProductionDataSource

Represents a DataSource that holds documents to be included in the production.

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

Properties

| Improve this Doc View Source

ArtifactTypeId

Gets or sets the Relativity artifact type ID of the production data source.

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

BurnRedactions

Gets or sets a value indicating whether indicates whether or not to burn redactions when producing image type productions.

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

MarkupSet

Gets or sets markup set to be used with the DataSource.

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

This property will be ignored when Burn Redaction is set to False.

| Improve this Doc View Source

Placeholder

Gets or sets placeholder to be used with the DataSource.

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

This property will be ignored when ProductionType is Image, and UseImagePlaceholder is set to NeverUseImagePlaceholder.

| Improve this Doc View Source

ProductionId

Gets or sets the production artifact ID.

Declaration
public int ProductionId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ProductionType

Gets or sets the type of production that applies to this data source, for example, Images Only or Natives Only. Valid values are defined by ProductionType enum.

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

SavedSearch

Gets or sets a reference object representing the saved search that contains the documents to be produced.

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

UseImagePlaceholder

Gets or sets option for when to use image placeholder. Valid values are defined by UseImagePlaceholderOption enum.

Declaration
public UseImagePlaceholderOption UseImagePlaceholder { get; set; }
Property Value
Type Description
UseImagePlaceholderOption

Implements

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