MaintenancePerformed Class |
Sent by an endpoint when maintenance has been performed.
Information includes the type of maintenance, maintenance code, parts used, labor etc.
{
"MaintenanceType": "Preventive",
"MaintenanceOrderNumber": "MO676578576",
"MaintenanceJobCode": "MNT113334",
"ConsumedMaterials": [
{
"MaterialLocation": {
"LocationIdentifier": null,
"LocationName": null,
"MaterialPackage": {
"UniqueIdentifier": null,
"InternalPartNumber": "PN2343243",
"Quantity": 0.0
},
"CarrierInformation": null
},
"QuantityUsed": 3.0,
"QuantitySpoiled": 0.0,
"RemainingQuantity": 0.0
},
{
"MaterialLocation": {
"LocationIdentifier": null,
"LocationName": null,
"MaterialPackage": {
"UniqueIdentifier": "UID23849854385",
"InternalPartNumber": "PN4452",
"Quantity": 0.0
},
"CarrierInformation": null
},
"QuantityUsed": 3.0,
"QuantitySpoiled": 0.0,
"RemainingQuantity": 0.0
}
],
"Tasks": [
{
"Task": "Changed hydraulic fluid in resovoir 1",
"TaskId": "HYD233432432",
"Operator": {
"OperatorIdentifier": "BADGE489435",
"ActorType": "Human",
"LastName": "Smith",
"FirstName": "Joseph",
"LoginName": "joseph.smith@abcdrepairs.com"
},
"ManHoursConsumed": 0.75
},
{
"Task": "Checked torque on main mount bolts",
"TaskId": "CHK3432434",
"Operator": {
"OperatorIdentifier": "BADGE489435",
"ActorType": "Human",
"LastName": "Smith",
"FirstName": "Joseph",
"LoginName": "joseph.smith@abcdrepairs.com"
},
"ManHoursConsumed": 0.25
}
]
}
Inheritance Hierarchy Namespace: CFX.ResourcePerformanceAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class MaintenancePerformed : CFXMessage
Public Class MaintenancePerformed
Inherits CFXMessage
The MaintenancePerformed type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | ConsumedMaterials |
A list of the specific parts and materials that were consumed while performing
the maintenance event
|
 | MaintenanceJobCode |
An endpoint-specific code indicating the nature of the maintenance
event that was conducted
|
 | MaintenanceOrderNumber |
The work order number related to this maintenance event
|
 | MaintenanceType |
An enumeration describing the type of maintenance that was performed
|
 | Tasks |
A list of the specific tasks that were performed while conducting this maintenance
event
|
Top
See Also