ValidationType Enumeration |
Types of validations
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic enum ValidationType
Public Enumeration ValidationType
Members| Member name | Value | Description |
|---|
| UnitRouteValidation | 0 |
A validation that ensures a unit is at the proper step in the route, and has completed all
pre-requisite steps.
|
| UnitStatusValidation | 1 |
A validation that ensures a unit is not in a failed or error condition
|
| UnitAndSubsStatusValidation | 2 |
A validation that ensures a unit and ALL of its sub-assemblies are not in a failed or error condition
|
| UnitTraceValidation | 3 |
Validates that the trace data has been recived for this unit from the sender by a factory level software system
|
| All | 4 |
All known validations should be performed
|
See Also