Table of Contents

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

unitAtStation IUnitAtStation

The IUnitAtStation representing the unit at the station.

unitBuyoff UnitBuyoff

The unit buyoff information.

Exceptions

ArgumentNullException

unitAtStation is null.

ArgumentNullException

unitBuyoff is null.

Properties

UnitBuyoff

Gets the unit buyoff information.

public UnitBuyoff UnitBuyoff { get; }

Property Value

UnitBuyoff