Class UnitVerificationResponse
Response from GetUnitVerification(String, String).
Inheritance
System.Object
UnitVerificationResponse
Namespace: Virinco.WATS.Interface.MES.Production
Assembly: Virinco.WATS.Interface.MES.dll
Syntax
public class UnitVerificationResponse : object
Properties
AllProcessesExecutedInCorrectOrder
Unit was tested in correct process order according to process index.
Declaration
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
public bool AllProcessesPassedAnyRun { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
AllProcessesPassedFirstRun
Unit passed in each process first time.
Declaration
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
public bool AllProcessesPassedLastRun { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Grade
Unit grade.
Declaration
public string Grade { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NoRepairs
Unit never needed repair.
Declaration
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
public TestProcessResult[] ProcessResults { get; set; }
Property Value
| Type | Description |
|---|---|
| TestProcessResult[] |
Status
Unit status.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |