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

3/2/2014

Enumerates the flags that can be used in the FreezeValue method.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration FreezeValueType
[FlagsAttribute] 
public enum FreezeValueType
[FlagsAttribute] 
public enum class FreezeValueType
/** @attribute FlagsAttribute() */ 
public enum FreezeValueType
FlagsAttribute 
public enum FreezeValueType

Members

Member name Description
ManualTare Freeze a manual tare.
PercentTare Freeze a percentage tare.
UnitPrice Freeze the unit price.
WeightedTare Freeze a weighted tare.

See Also

Reference

Microsoft.PointOfService Namespace