Barcode Pick Product

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

Note

Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.

BarcodePickProduct
class BarcodePickProduct : IDisposable

Added in version 6.26.0

Represents a product to be picked.

BarcodePickProduct()
BarcodePickProduct(string identifier, int quantityToPick)

Added in version 6.26.0

Constructs a BarcodePickProduct.

  • identifier The unique identifier for this product.

  • quantityToPick How many of this product need to be picked.

Identifier
string Identifier { get; }

Added in version 6.26.0

The unique identifier for this product.

QuantityToPick
int QuantityToPick { get; }

Added in version 6.26.0

How many of this product need to be picked.