Class RemovePreassemblyStatus
Status information about a preassembly removal.
[DataContract]
public class RemovePreassemblyStatus : IExtensibleDataObject
- Inheritance
-
RemovePreassemblyStatus
- Implements
- Inherited Members
Constructors
RemovePreassemblyStatus()
Initializes a new instance of the MergePreassemblyStatus class.
public RemovePreassemblyStatus()
Properties
ExtensionData
Gets or sets the structure that contains extra data.
public virtual ExtensionDataObject ExtensionData { get; set; }
Property Value
RemovedUnitStations
Gets the unit stations that were removed.
[DataMember]
public ICollection<UnitStation> RemovedUnitStations { get; }
Property Value
Remarks
Navigation properties will not be included in this returned collection.
UnitStationChanges
Gets or sets the changes made at the unit station.
[DataMember]
public UnitStation UnitStationChanges { get; set; }