Show / Hide Table of Contents

Class ImagingJobPriorityRequest

The request object for updating the priority of an imaging job.

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

Properties

| Improve this Doc View Source

Priority

Gets or sets the new priority.

Declaration
public int Priority { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX