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
unitAtStationIUnitAtStationThe IUnitAtStation representing the unit at the station.
Exceptions
- ArgumentNullException
unitAtStationis null.
Properties
UnitAtStation
Gets the IUnitAtStation representing the unit at the station.
public IUnitAtStation UnitAtStation { get; }