Class AddDefectStatus
Status information returned from AddDefect3.
[DataContract]
public class AddDefectStatus : IExtensibleDataObject
- Inheritance
-
AddDefectStatus
- Implements
- Inherited Members
Properties
ExtensionData
Gets or sets the structure that contains extra data.
public virtual ExtensionDataObject ExtensionData { get; set; }
Property Value
UnitDefect
Gets or sets the unit defect.
[DataMember]
public UnitDefect UnitDefect { get; set; }
Property Value
UnitStationChanges
Gets or sets the changes made at the unit station.
[DataMember]
public UnitStation UnitStationChanges { get; set; }