Class ScanPreassemblyStatus
Status information about a preassembly scan.
[DataContract]
public class ScanPreassemblyStatus
- Inheritance
-
ScanPreassemblyStatus
- Inherited Members
Constructors
ScanPreassemblyStatus(UnitStation)
Initializes a new instance of the ScanPreassemblyStatus class.
public ScanPreassemblyStatus(UnitStation unitStationChanges)
Parameters
unitStationChangesUnitStationThe changes made at the unit station.
Exceptions
- ArgumentNullException
unitStationChangesis null.
Properties
AddedUnitStations
Gets the list of unit stations that were added.
public IList<UnitStation> AddedUnitStations { get; }
Property Value
RemovedUnitStations
Gets the list of unit stations that were removed.
public IList<UnitStation> RemovedUnitStations { get; }
Property Value
Remarks
Navigation properties will not be initialized in the UnitStation instances.
UnitStationChanges
Gets the changes made at the unit station.
[DataMember]
public UnitStation UnitStationChanges { get; }