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.
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 ImagingSet : NamedArtifact, IHasName
Properties
| Improve this Doc View SourceDataSourceId
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 |
ImagingProfile
Gets or sets the imaging profile associated with the imaging set.
Declaration
public Artifact ImagingProfile { get; set; }
Property Value
Type | Description |
---|---|
Artifact |
Status
Gets or sets the Imaging Set Status.
Declaration
public ImagingSetStatus Status { get; set; }
Property Value
Type | Description |
---|---|
ImagingSetStatus |