Barcode Pick Product Provider Callback Item

Defined in namespace Scandit.DataCapture.Barcode.Pick.Data

BarcodePickProductProviderCallbackItem
class BarcodePickProductProviderCallbackItem : IDisposable

Added in version 6.24.0

A container class consisting of an itemData (i.e. the data of a scanned code) and a productIdentifier (i.e. the string identifier of the product of which itemData consists of)

BarcodePickProductProviderCallbackItem()
BarcodePickProductProviderCallbackItem(string itemData, string productIdentifier)

Added in version 6.24.0

Constructs a new instance containing the provided itemData and nullable productIdentifier.

ItemData
string ItemData { get; }

Added in version 6.24.0

Returns the itemData provided on construction.

ProductIdentifier
string ProductIdentifier { get; }

Added in version 6.24.0

Returns the productIdentifier provided on construction. May be null.