MaintenancePerformed Class |
[This is preliminary documentation and is subject to change.]
{
"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": "UID235434324",
"ActorType": "Human",
"FullName": "Joseph Smith",
"LastName": "Smith",
"FirstName": "Joseph",
"LoginName": "joseph.smith@abcdrepairs.com"
},
"ManHoursConsumed": 0.75
},
{
"Task": "Checked torque on main mount bolts",
"TaskId": "CHK3432434",
"Operator": {
"OperatorIdentifier": "UID235434324",
"ActorType": "Human",
"FullName": "Joseph Smith",
"LastName": "Smith",
"FirstName": "Joseph",
"LoginName": "joseph.smith@abcdrepairs.com"
},
"ManHoursConsumed": 0.25
}
]
}Namespace: CFX.ResourcePerformance
The MaintenancePerformed type exposes the following members.
| 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
|