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

3/2/2014

Enumerates the possible tare prioritizations when determining the net weight.

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 TarePriority
[SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification="UPOS specification does not include 0.")] 
public enum TarePriority
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1008:EnumsShouldHaveZeroValue", Justification=L"UPOS specification does not include 0.")] 
public enum class TarePriority
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification="UPOS specification does not include 0.") */ 
public enum TarePriority
SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue", Justification="UPOS specification does not include 0.") 
public enum TarePriority

Members

Member name Description
First If a tare is active, no other tare can be selected until the current tare is disabled.
None Any tare can replace the currently selected tare.

See Also

Reference

Microsoft.PointOfService Namespace