Table of Contents

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

unitAtStation IUnitAtStation

The IUnitAtStation representing the unit at the station.

unitDefectRepair UnitDefectRepair

The unit defect repair.

Exceptions

ArgumentNullException

unitAtStation is null.

ArgumentNullException

unitDefectRepair is null.

Properties

UnitDefectRepair

Gets the unit defect repair.

public UnitDefectRepair UnitDefectRepair { get; }

Property Value

UnitDefectRepair