Click or drag to resize

IProductBarcodeContainers Property

Returns all barcode containers assigned to product.

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

Property Value

Type: IReadOnlyListIBarcodeContainer
See Also