Class RemovePreassemblyStatus
Status information about a preassembly removal.
[DataContract]
public class RemovePreassemblyStatus
- Inheritance
-
RemovePreassemblyStatus
- Inherited Members
Constructors
RemovePreassemblyStatus(UnitStation)
Initializes a new instance of the RemovePreassemblyStatus class.
public RemovePreassemblyStatus(UnitStation unitStationChanges)
Parameters
unitStationChangesUnitStationThe changes made at the unit station.
Exceptions
- ArgumentNullException
unitStationChangesis null.
Properties
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; }