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