Click or drag to resize

ServiceAndMaintenanceData Class

** NOTE: ADDED in CFX 1.3 **

Dynamic structure that contains information related to the service and maintenance of the resources / sub-resources in an Endpoint. It may be used to model as base class for other specific maintenance parts or services
Inheritance Hierarchy
SystemObject
  CFX.Structures.MaintenanceServiceAndMaintenanceData

Namespace: CFX.Structures.Maintenance
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class ServiceAndMaintenanceData

The ServiceAndMaintenanceData type exposes the following members.

Constructors
 NameDescription
Public methodServiceAndMaintenanceData 
Top
Properties
 NameDescription
Public propertyCalibrationDetails The list of calibration details.
Public propertyErrorDetails The list of error details.
Public propertyMaintenanceDetails The list of last executed maintenance and counters details.
Public propertyName The name of the resource this data is about
Public propertySensorDetails The list of sensor details.
Public propertyUniqueIdentifier Unique identifier of the resource this data is about
Public propertyVerificationDetails The list of verification details.
Top
See Also