Table of Contents

Class BuyoffStatus

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

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

unitBuyoff UnitBuyoff

The unit buyoff information.

unitStationChanges UnitStation

The changes made at the unit station.

Exceptions

ArgumentNullException

unitBuyoff is null.

ArgumentNullException

unitStationChanges is null.

Properties

UnitBuyoff

Gets the unit buyoff information.

[DataMember]
public UnitBuyoff UnitBuyoff { get; }

Property Value

UnitBuyoff

UnitStationChanges

Gets the changes made at the unit station.

[DataMember]
public UnitStation UnitStationChanges { get; }

Property Value

UnitStation