Table of Contents

Class BuyoffStationSettings

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

Buyoff configuration settings that a station needs to operate.

[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Business")]
public class BuyoffStationSettings
Inheritance
BuyoffStationSettings
Inherited Members

Constructors

BuyoffStationSettings()

public BuyoffStationSettings()

Properties

Buyoffs

Gets or sets the list of buyoffs that can be performed by this station.

public IList<LineBuyoff> Buyoffs { get; }

Property Value

IList<LineBuyoff>