MaintenanceType Enumeration |
Types of Maintenance
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum MaintenanceType
Public Enumeration MaintenanceType
MembersMember name | Value | Description |
---|
Preventive | 0 |
Maintenance intended to prevent breakdowns that have not yet occurred
|
Inspection | 1 |
Inspection intended to prevent breakdowns that have not yet occurred
|
Repair | 2 |
Repair of a breakdown that has occurred.
|
Test | 3 |
Testing of repairs made
|
See Also