Class AddRepairStatus
Status information returned from adding a repair.
[DataContract]
public class AddRepairStatus : IExtensibleDataObject
- Inheritance
-
AddRepairStatus
- Implements
- Inherited Members
Remarks
As of 11/20/2012, the Pinpoint Server API doesn't use this, but the Workstation plug-in API does.
Properties
ExtensionData
Gets or sets the structure that contains extra data.
public virtual ExtensionDataObject ExtensionData { get; set; }
Property Value
UnitDefectRepair
Gets or sets the unit defect repair.
[DataMember]
public UnitDefectRepair UnitDefectRepair { get; set; }
Property Value
UnitStationChanges
Gets or sets the changes made at the unit station.
[DataMember]
public UnitStation UnitStationChanges { get; set; }