Class ChangeUnitBuyoffMessage
- Namespace
- Acuit.Pinpoint.Workstation.Messaging
- Assembly
- Acuit.Pinpoint.Workstation.Abstractions.dll
The base class for messages used by the IMessenger service to set or clear a unit buyoff.
public abstract class ChangeUnitBuyoffMessage : WorkstationRequestMessage<UnitBuyoff?>, IWorkstationRequestMessage
- Inheritance
-
ChangeUnitBuyoffMessage
- Implements
- Derived
- Inherited Members
Constructors
ChangeUnitBuyoffMessage(string)
Initializes a new instance of the ChangeUnitBuyoffMessage class.
protected ChangeUnitBuyoffMessage(string buyoffName)
Parameters
buyoffNamestringThe buyoff name.
Exceptions
- ArgumentNullException
buyoffNameis null.
Properties
BuyoffName
Gets the buyoff name.
public string BuyoffName { get; }