Table of Contents

Class UnitEventMessage

Namespace
Acuit.Pinpoint.Workstation.Messaging
Assembly
Acuit.Pinpoint.Workstation.Abstractions.dll

The base class for event messages related to a unit at the station.

public abstract class UnitEventMessage
Inheritance
UnitEventMessage
Derived
Inherited Members

Constructors

UnitEventMessage(IUnitAtStation)

Initializes a new instance of the UnitEventMessage class.

protected UnitEventMessage(IUnitAtStation unitAtStation)

Parameters

unitAtStation IUnitAtStation

The IUnitAtStation representing the unit at the station.

Exceptions

ArgumentNullException

unitAtStation is null.

Properties

UnitAtStation

Gets the IUnitAtStation representing the unit at the station.

public IUnitAtStation UnitAtStation { get; }

Property Value

IUnitAtStation