Click or drag to resize

MaintenanceTask Class

Represents a task that was performed during a maintenance operation.
Inheritance Hierarchy
SystemObject
  CFX.StructuresMaintenanceTask

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public class MaintenanceTask

The MaintenanceTask type exposes the following members.

Constructors
 NameDescription
Public methodMaintenanceTask 
Top
Properties
 NameDescription
Public propertyManHoursConsumed The number of man-hours consumed while performing the task
Public propertyOperator The operator who perform the task (optional)
Public propertyTask Free form description of the task.
Public propertyTaskId A string based identifier that uniquely describes this particular instance of the task.
Top
See Also