Table of Contents

Class ScanPreassemblyStatus

Namespace
Acuit.Pinpoint.Client2
Assembly
Acuit.Pinpoint.Client2.dll

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

ICollection<UnitStation>

ExtensionData

Gets or sets the structure that contains extra data.

public virtual ExtensionDataObject ExtensionData { get; set; }

Property Value

ExtensionDataObject

RemovedUnitStations

Gets the unit stations that were removed.

[DataMember]
public ICollection<UnitStation> RemovedUnitStations { get; }

Property Value

ICollection<UnitStation>

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; }

Property Value

UnitStation