Click or drag to resize

UninstalledReason Enumeration

Reason why a component or material was uninstalled from a production unit

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public enum UninstalledReason
Members
Member nameValueDescription
DefectiveMaterial0 The component or material was defective, and had to be replaced.
DefectiveInstallation1 The component or material was not installed correctly, and had to be replaced or re-installed
IncorrectMaterial2 The wrong component or material was installed, and had to be replaced.
Other3 The component or material was uninstalled for a reason not covered by this enumeration.
See Also