Class UnitDefectAddedMessage
- Namespace
- Acuit.Pinpoint.Workstation.Messaging
- Assembly
- Acuit.Pinpoint.Workstation.Abstractions.dll
The message raised by the IMessenger service when a defect is added for a unit at the station.
public class UnitDefectAddedMessage : UnitEventMessage
- Inheritance
-
UnitDefectAddedMessage
- Inherited Members
Constructors
UnitDefectAddedMessage(IUnitAtStation, UnitDefect)
Initializes a new instance of the UnitDefectAddedMessage class.
public UnitDefectAddedMessage(IUnitAtStation unitAtStation, UnitDefect unitDefect)
Parameters
unitAtStationIUnitAtStationThe IUnitAtStation representing the unit at the station.
unitDefectUnitDefectThe unit defect repair.
Exceptions
- ArgumentNullException
unitAtStationis null.- ArgumentNullException
unitDefectis null.
Properties
UnitDefect
Gets the unit defect.
public UnitDefect UnitDefect { get; }