Click or drag to resize

ValidationResult Class

Indicates the result of a validation that was performed on a given production unit (typically by a line or factory level control system)
Inheritance Hierarchy
SystemObject
  CFX.StructuresValidationResult

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class ValidationResult

The ValidationResult type exposes the following members.

Constructors
 NameDescription
Public methodValidationResult Default constructor
Top
Properties
 NameDescription
Public propertyFailureCode Indicates an endpoint-specific failure code
Public propertyMessage A human readable message describing the result of the validation
Public propertyPositionNumber Logical reference of production unit as defined by CFX position rule (see CFX standard section 5.6).
Public propertyResult An enumeration indicating the overall result of the validation
Public propertyUniqueIdentifier Unique ID of Production Unit, Panel, or Carrier
Top
See Also