Class ImagingJobRequest
Represents the Imaging Job Request.
Inheritance
System.Object
ImagingJobRequest
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 SourceOriginationID
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> |