Show / Hide Table of Contents

Class UnitVerificationResponse

Response from GetUnitVerification(String, String).

Inheritance
System.Object
UnitVerificationResponse
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: Virinco.WATS.Interface.MES.Production
Assembly: Virinco.WATS.Interface.MES.dll
Syntax
public class UnitVerificationResponse

Properties

AllProcessesExecutedInCorrectOrder

Unit was tested in correct process order according to process index.

Declaration
[JsonProperty("allProcessesExecutedInCorrectOrder")]
public bool AllProcessesExecutedInCorrectOrder { get; set; }
Property Value
Type Description
System.Boolean

AllProcessesPassedAnyRun

Unit passed at some point in each process, maybe after or before fail and repair.

Declaration
[JsonProperty("allProcessesPassedAnyRun")]
public bool AllProcessesPassedAnyRun { get; set; }
Property Value
Type Description
System.Boolean

AllProcessesPassedFirstRun

Unit passed in each process first time.

Declaration
[JsonProperty("allProcessesPassedFirstRun")]
public bool AllProcessesPassedFirstRun { get; set; }
Property Value
Type Description
System.Boolean

AllProcessesPassedLastRun

Unit eventually passed in each process, maybe after fail and repair. See NonPassedCount and RepairCount per process.

Declaration
[JsonProperty("allProcessesPassedLastRun")]
public bool AllProcessesPassedLastRun { get; set; }
Property Value
Type Description
System.Boolean

Grade

Unit grade.

Declaration
[JsonProperty("grade")]
public string Grade { get; set; }
Property Value
Type Description
System.String

NoRepairs

Unit never needed repair.

Declaration
[JsonProperty("noRepairs")]
public bool NoRepairs { get; set; }
Property Value
Type Description
System.Boolean

Ok

Response status. true if unit has finished testing in all processes, else false.

Declaration
public bool Ok { get; }
Property Value
Type Description
System.Boolean

ProcessResults

Unit results per process in verification rule.

Declaration
[JsonProperty("results")]
public TestProcessResult[] ProcessResults { get; set; }
Property Value
Type Description
TestProcessResult[]

Status

Unit status.

Declaration
[JsonProperty("status")]
public string Status { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top View how-to articles, videos and more at support.virinco.com Send comments on this topic to support@virinco.com