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: 1.7.3
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