Click or drag to resize

IProductBarcodeContainers Property

Returns all barcode containers assigned to product.

Namespace:  Resto.Front.Api.Data.Assortment
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
IReadOnlyList<IBarcodeContainer> BarcodeContainers { get; }

Property Value

Type: IReadOnlyListIBarcodeContainer
See Also