Class EdiPackageEvent
Event to notify about package specific incidents
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
Conizi.Model.Shared.Interfaces.EdiEventBase
EdiPackageEvent
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiPackageEvent : EdiEventBase
Properties
BestBeforeDate
Best before date
Declaration
public DateTime? BestBeforeDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |
Bulkiness
Bulkiness of the package
Declaration
public EdiPackageBulkiness Bulkiness { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageBulkiness |
BulkinessCategory
Package Bulkiness category
Declaration
public string BulkinessCategory { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Exceptions
Detailed information about the exceptions that occured while processing / scanning the package
Declaration
public EdiPackageEventExceptions Exceptions { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEventExceptions |
GateNo
Gate
Declaration
public string GateNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LotNo
Lot number
Declaration
public string LotNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MasterBarcode
Master barcode (i.e. Master colli)
Declaration
public string MasterBarcode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PackageType
Type of the package that is being reported
Declaration
public string PackageType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ScanUser
Scan user
Declaration
public string ScanUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TerminalNo
Terminal number
Declaration
public string TerminalNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TransportUnitNo
Transport Unit Number
Declaration
public string TransportUnitNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |