Class ImagingSetStatus
Represent the Status of ImagingSet.
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 SourceLastRunError
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 |
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 |
Status
Gets or sets the imaging set status string.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |