Click or drag to resize

MaintenanceType Enumeration

Types of Maintenance

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum MaintenanceType
Members
Member nameValueDescription
Preventive0 Maintenance intended to prevent breakdowns that have not yet occurred
Inspection1 Inspection intended to prevent breakdowns that have not yet occurred
Repair2 Repair of a breakdown that has occurred.
Test3 Testing of repairs made
See Also