Class EdiBarcode
Detailed information about the individual handling units
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiBarcode
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiBarcode : EdiPatternPropertiesBase
Properties
Batch
Information identifying the manufacturing batch of the goods in the unit
Declaration
public string Batch { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BestBefore
Information about the expiry of good
Declaration
public string BestBefore { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Code
Id of the handling unit, usually printed as machine readable bar code on the package
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MasterBarcode
Grouping code of multiple packages
Declaration
public string MasterBarcode { get; set; }
Property Value
Type | Description |
---|---|
System.String |