Class ScanPreassemblyStatus
Status information about a preassembly scan.
[DataContract]
public class ScanPreassemblyStatus
  - Inheritance
 - 
      
      ScanPreassemblyStatus
 
- Inherited Members
 
Constructors
ScanPreassemblyStatus()
Initializes a new instance of the MergePreassemblyStatus class.
public ScanPreassemblyStatus()
  Properties
AddedUnitStations
Gets the unit stations that were added.
[DataMember]
public ICollection<UnitStation> AddedUnitStations { get; }
  Property Value
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; }