Table of Contents

Class RemovePreassemblyStatus

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

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

unitStationChanges UnitStation

The changes made at the unit station.

Exceptions

ArgumentNullException

unitStationChanges is null.

Properties

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