Table of Contents

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

unitAtStation IUnitAtStation

The IUnitAtStation representing the unit at the station.

unitDefect UnitDefect

The unit defect repair.

Exceptions

ArgumentNullException

unitAtStation is null.

ArgumentNullException

unitDefect is null.

Properties

UnitDefect

Gets the unit defect.

public UnitDefect UnitDefect { get; }

Property Value

UnitDefect