Click or drag to resize

ValidationType Enumeration

Types of validations

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public enum ValidationType
Members
Member nameValueDescription
UnitRouteValidation0 A validation that ensures a unit is at the proper step in the route, and has completed all pre-requisite steps.
UnitStatusValidation1 A validation that ensures a unit is not in a failed or error condition
UnitAndSubsStatusValidation2 A validation that ensures a unit and ALL of its sub-assemblies are not in a failed or error condition
UnitTraceValidation3 Validates that the trace data has been recived for this unit from the sender by a factory level software system
All4 All known validations should be performed
See Also