Show / Hide Table of Contents

Class ImagingSetStatus

Represent the Status of ImagingSet.

Inheritance
System.Object
ImagingSetStatus
ImagingSetDetailedStatus
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 ImagingSetStatus

Properties

| Improve this Doc View Source

LastRunError

Gets or sets an error on the previous job for this imaging set.

Declaration
public string LastRunError { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

QCEnabledOnLastRun

Gets or sets a value indicating whether a quality control review was enabled on the last job for this imaging set.

Declaration
public bool QCEnabledOnLastRun { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Status

Gets or sets the imaging set status string.

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