Skip to content

Latest commit

 

History

History
135 lines (117 loc) · 3.3 KB

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

File metadata and controls

135 lines (117 loc) · 3.3 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version f1_keywords dev_langs
BarcodeMaskType Enumeration (Microsoft.Dynamics.Commerce.Runtime.DataModel)
BarcodeMaskType Enumeration
T:Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeMaskType
62212057
tonyafehr
05/18/2015
v=AX.60
Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeMaskType.Coupon
Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeMaskType.Customer
Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeMaskType
Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeMaskType.DiscountCode
Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeMaskType.DataEntry
Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeMaskType.None
Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeMaskType.Item
Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeMaskType.LoyaltyCard
Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeMaskType.Salesperson
Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeMaskType.Employee
Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeMaskType.GiftCard
Microsoft.Dynamics.Commerce.Runtime.DataModel.BarcodeMaskType.Pharmacy
CSharp
C++
VB

BarcodeMaskType Enumeration

[!INCLUDEarchive-banner]

Describes the internal type of the barcode.

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

Syntax

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

Members

Member name Description
None If the Barcode does not match with any type.
Item If the Barcode matches an Item.
Customer If the Barcode matches the customer number.
Employee If the Barcode matches the Employee ID.
Coupon If the Barcode matches the Discount coupon.
DataEntry If the Barcode matches the DataEntry.
Salesperson If the Barcode matches the Salesperson.
Pharmacy If the Barcode matches the Pharmacy.
DiscountCode If the Barcode matches the Discount code.
GiftCard If the Barcode matches the Gift card number.
LoyaltyCard If the Barcode matches the Loyalty number.

Remarks

Maps to the RetailBarcodeMaskTypeBase base enum in AX.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace