Class EdiMasterBarcodeScan
Describes the scan of a masterbarcode
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiMasterBarcodeScan
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiMasterBarcodeScan : EdiPatternPropertiesBase
Properties
MasterBarcodeStacking
Describes stacking of the masterbarcodes
Declaration
public List<EdiMasterBarcodeStackingItem> MasterBarcodeStacking { get; set; }
Property Value
Type | Description |
---|---|
List<EdiMasterBarcodeStackingItem> |
Membership
Membership of the masterbarcode
Declaration
public List<EdiMasterBarcodeMembership> Membership { get; set; }
Property Value
Type | Description |
---|---|
List<EdiMasterBarcodeMembership> |
Scanned
Describes if a master-barcode is scanned or not
Declaration
public bool? Scanned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
SingleScans
Contains the singlebarcodes that are associated to the masterbarcode
Declaration
public List<EdiMasterBarcodeSingleScan> SingleScans { get; set; }
Property Value
Type | Description |
---|---|
List<EdiMasterBarcodeSingleScan> |