Table of Contents

Class BuyoffStatus

Namespace
Acuit.Pinpoint.Client2
Assembly
Acuit.Pinpoint.Client2.dll

Status information returned from set/clear buyoff methods.

[DataContract]
public class BuyoffStatus : IExtensibleDataObject
Inheritance
BuyoffStatus
Implements
Inherited Members

Remarks

As of 11/20/2012, the Pinpoint Server API doesn't use this, but the Workstation plug-in API does.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

public virtual ExtensionDataObject ExtensionData { get; set; }

Property Value

ExtensionDataObject

UnitBuyoff

Gets or sets the unit buyoff information.

[DataMember]
public UnitBuyoff UnitBuyoff { get; set; }

Property Value

UnitBuyoff

UnitStationChanges

Gets or sets the changes made at the unit station.

[DataMember]
public UnitStation UnitStationChanges { get; set; }

Property Value

UnitStation