Show / Hide Table of Contents

Class ImagingSetJobRequest

Represents a job request sent to the imaging engine to generated a set of documents identified by a specific ImagingSet instance.

Inheritance
System.Object
ImagingJobRequest
ImagingSetJobRequest
Inherited Members
ImagingJobRequest.OriginationID
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 ImagingSetJobRequest : ImagingJobRequest

Properties

| Improve this Doc View Source

QcEnabled

Gets or sets the optional property QcEnabled. If true, the run job will hide images by default. If false, the run job will show images by default. If unset, the setting from the previous imaging set run is used.

Declaration
public bool? QcEnabled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX