Click or drag to resize

ValidationType Enumeration

[This is preliminary documentation and is subject to change.]

Types of validations

Namespace:  CFX.Structures
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
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
All3 All known validations should be performed
See Also