Click or drag to resize

ValidationType Enumeration

Types of validations

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
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