Table of Contents

Class ScanPreassemblyStatus

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

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

unitStationChanges UnitStation

The changes made at the unit station.

Exceptions

ArgumentNullException

unitStationChanges is null.

Properties

AddedUnitStations

Gets the list of unit stations that were added.

public IList<UnitStation> AddedUnitStations { get; }

Property Value

IList<UnitStation>

RemovedUnitStations

Gets the list of unit stations that were removed.

public IList<UnitStation> RemovedUnitStations { get; }

Property Value

IList<UnitStation>

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

Property Value

UnitStation