ValidationType Enumeration |
Types of validations
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum ValidationType
Public Enumeration ValidationType
MembersMember 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