Skip to content

Latest commit

 

History

History
89 lines (73 loc) · 2.22 KB

barcodeentrymethodtype-enumeration-microsoft-dynamics-commerce-runtime-datamodel.md

File metadata and controls

89 lines (73 loc) · 2.22 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version f1_keywords dev_langs
BarcodeEntryMethodType Enumeration (Microsoft.Dynamics.Commerce.Runtime.DataModel)
BarcodeEntryMethodType Enumeration
T:Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeEntryMethodType
62208115
tonyafehr
05/18/2015
v=AX.60
Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeEntryMethodType.Selected
Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeEntryMethodType
Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeEntryMethodType.SingleScanned
Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeEntryMethodType.MultipleScanned
Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeEntryMethodType.ManuallyEntered
CSharp
C++
VB

BarcodeEntryMethodType Enumeration

[!INCLUDEarchive-banner]

Describes, how the barcode was entered. See member list for details.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

'Declaration
Public Enumeration BarcodeEntryMethodType
'Usage
Dim instance As BarcodeEntryMethodType
public enum BarcodeEntryMethodType
public enum class BarcodeEntryMethodType

Members

Member name Description
SingleScanned Was the barcode scanned as a single item.
MultipleScanned Was the barcode scanned with a device capable of scanning multiple items.
ManuallyEntered Was the barcode manually entered.
Selected Selected from a button or a screen.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace