Class AddDefectStatus
Status information returned from the AddDefect3 API.
[DataContract]
public class AddDefectStatus
- Inheritance
-
AddDefectStatus
- Inherited Members
Constructors
AddDefectStatus(UnitDefect, UnitStation)
Initializes a new instance of the AddDefectStatus class.
public AddDefectStatus(UnitDefect unitDefect, UnitStation unitStationChanges)
Parameters
unitDefectUnitDefectThe unit defect.
unitStationChangesUnitStationThe changes made at the unit station.
Exceptions
- ArgumentNullException
unitDefectis null.- ArgumentNullException
unitStationChangesis null.
Properties
UnitDefect
Gets the unit defect.
[DataMember]
public UnitDefect UnitDefect { get; }
Property Value
UnitStationChanges
Gets the changes made at the unit station.
[DataMember]
public UnitStation UnitStationChanges { get; }