Show / Hide Table of Contents

Class ImagingSet

Represents the Image Set which consists of an imaging profile and a search containing the documents to image. Necessary to run imaging job.

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

Properties

| Improve this Doc View Source

DataSourceId

Gets or sets the Artifact ID of the saved search containing the documents for imaging.

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

ImagingProfile

Gets or sets the imaging profile associated with the imaging set.

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

Status

Gets or sets the Imaging Set Status.

Declaration
public ImagingSetStatus Status { get; set; }
Property Value
Type Description
ImagingSetStatus

Implements

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