PriceCalculationMode Enumeration (POS for .NET v1.14 SDK Documentation)

3/2/2014

Enumerates the possible price calculation modes for a scale device.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification:="UPOS specification does not include 0.")> _
Public Enumeration PriceCalculationMode
[SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification="UPOS specification does not include 0.")] 
public enum PriceCalculationMode
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1008:EnumsShouldHaveZeroValue", Justification=L"UPOS specification does not include 0.")] 
public enum class PriceCalculationMode
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification="UPOS specification does not include 0.") */ 
public enum PriceCalculationMode
SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification="UPOS specification does not include 0.") 
public enum PriceCalculationMode

Members

Member name Description
Operator Operator mode. Operator uses the scale to weigh items for the customer.
PriceLabeling Price labeling mode. The scale has a printer and is capable of printing price labels.
SelfService Self-service mode. The customer uses the scale to weigh products.

See Also

Reference

Microsoft.PointOfService Namespace