Class BuyoffStatus
Status information returned from the SetBuyoff2 or ClearBuyoff2 API.
[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Business")]
public class BuyoffStatus
- Inheritance
-
BuyoffStatus
- Inherited Members
Constructors
BuyoffStatus(UnitBuyoff, UnitStation)
Initializes a new instance of the BuyoffStatus class.
public BuyoffStatus(UnitBuyoff unitBuyoff, UnitStation unitStationChanges)
Parameters
unitBuyoffUnitBuyoffThe unit buyoff information.
unitStationChangesUnitStationThe changes made at the unit station.
Exceptions
- ArgumentNullException
unitBuyoffis null.- ArgumentNullException
unitStationChangesis null.
Properties
UnitBuyoff
Gets the unit buyoff information.
[DataMember]
public UnitBuyoff UnitBuyoff { get; }
Property Value
UnitStationChanges
Gets the changes made at the unit station.
[DataMember]
public UnitStation UnitStationChanges { get; }