Click or drag to resize

IBarcodeContainer Interface

Namespace:  Resto.Front.Api.Data.Assortment
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public interface IBarcodeContainer : ISerializable

The IBarcodeContainer type exposes the following members.

Properties
  NameDescription
Public propertyBarcode
The barcode that is associated with the current container.
Public propertyContainer
Current container.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also