Class UnitBuyoffChangedMessage
- Namespace
- Acuit.Pinpoint.Workstation.Messaging
- Assembly
- Acuit.Pinpoint.Workstation.Abstractions.dll
The message raised by the IMessenger service when a buyoff status changes for a unit at the station.
public class UnitBuyoffChangedMessage : UnitEventMessage
- Inheritance
-
UnitBuyoffChangedMessage
- Inherited Members
Constructors
UnitBuyoffChangedMessage(IUnitAtStation, UnitBuyoff)
Initializes a new instance of the UnitBuyoffChangedMessage class.
public UnitBuyoffChangedMessage(IUnitAtStation unitAtStation, UnitBuyoff unitBuyoff)
Parameters
unitAtStationIUnitAtStationThe IUnitAtStation representing the unit at the station.
unitBuyoffUnitBuyoffThe unit buyoff information.
Exceptions
- ArgumentNullException
unitAtStationis null.- ArgumentNullException
unitBuyoffis null.
Properties
UnitBuyoff
Gets the unit buyoff information.
public UnitBuyoff UnitBuyoff { get; }