Table of Contents

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

buyoffName string

The buyoff name.

Exceptions

ArgumentNullException

buyoffName is null.

Properties

BuyoffName

Gets the buyoff name.

public string BuyoffName { get; }

Property Value

string