Class BuyoffStatus
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
UnitBuyoff
Gets or sets the unit buyoff information.
[DataMember]
public UnitBuyoff UnitBuyoff { get; set; }
Property Value
UnitStationChanges
Gets or sets the changes made at the unit station.
[DataMember]
public UnitStation UnitStationChanges { get; set; }