Show / Hide Table of Contents

Class ImagingJobRequest

Represents the Imaging Job Request.

Inheritance
System.Object
ImagingJobRequest
ImagingJobPriorityRequest
ImagingSetJobRequest
SingleDocumentImagingJobRequest
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 ImagingJobRequest

Properties

| Improve this Doc View Source

OriginationID

Gets or sets optional unique identifier for the caller of this method. Can be used to differentiate ImagingDocumentRequests from different sources.

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