Class PackageEvent
An event which occurred during the processing of the referenced package, which is included in a Consignment
Inheritance
Inherited Members
Namespace: Conizi.Model.Transport.Truck.Groupage.Forwarding
Assembly: Conizi.Model.dll
Syntax
public class PackageEvent : EdiModel, IModel
Properties
ConsignmentNoShippingPartner
Consignment number of the shipping partner
Declaration
public string ConsignmentNoShippingPartner { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConsignmentObjectId
Unique identification for the consignment in a central system
Declaration
public string ConsignmentObjectId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DeliveryReceiver
Events occurred while delivery the package
Declaration
public EdiPackageEvent DeliveryReceiver { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
Documents
A list of document items
Declaration
public List<EdiDocumentItem> Documents { get; set; }
Property Value
Type | Description |
---|---|
List<EdiDocumentItem> |
EntrySecurityAreaGateway
Events occurred while loading the package by the gateway
Declaration
public EdiPackageEvent EntrySecurityAreaGateway { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
EntrySecurityAreaHub
Events occured while the package enters the security area of the HUB
Declaration
public EdiPackageEvent EntrySecurityAreaHub { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
EntrySecurityAreaReceivingPartner
Events occurred while the package enters the security area of the receiving partner
Declaration
public EdiPackageEvent EntrySecurityAreaReceivingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
EntrySecurityAreaShippingPartner
Events occurred while the package enters the security area of the shipping partner
Declaration
public EdiPackageEvent EntrySecurityAreaShippingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
ExitSecurityAreaGateway
Events occurred while the package leaves the security area of the gateway
Declaration
public EdiPackageEvent ExitSecurityAreaGateway { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
ExitSecurityAreaHub
Events occured while the package leaves the security area of the HUB
Declaration
public EdiPackageEvent ExitSecurityAreaHub { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
ExitSecurityAreaReceivingPartner
Events occured while the package leaves the security area of the receiving partner
Declaration
public EdiPackageEvent ExitSecurityAreaReceivingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
ExitSecurityAreaShippingPartner
Events occurred while the package leaves the security area of the shipping partner
Declaration
public EdiPackageEvent ExitSecurityAreaShippingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
GeoPosition
The geo position
Declaration
public EdiGeoPosition GeoPosition { get; set; }
Property Value
Type | Description |
---|---|
EdiGeoPosition |
Images
A list of status images
Declaration
public List<EdiStatusImage> Images { get; set; }
Property Value
Type | Description |
---|---|
List<EdiStatusImage> |
LoadingGateway
Events occurred while loading the package by the gateway
Declaration
public EdiPackageEvent LoadingGateway { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
LoadingHub
Events occurred while loading the package by the HUB
Declaration
public EdiPackageEvent LoadingHub { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
LoadingReceivingPartner
Events occured while loading the package by the receiving partner
Declaration
public EdiPackageEvent LoadingReceivingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
LoadingShippingPartner
Events occurred while loading the package by the shipping partner
Declaration
public EdiPackageEvent LoadingShippingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
MasterBarcodeScan
Describes the scan of a masterbarcode
Declaration
public EdiMasterBarcodeScan MasterBarcodeScan { get; set; }
Property Value
Type | Description |
---|---|
EdiMasterBarcodeScan |
PackageNo
Unique identification for the package. This is often an SSCC / NVE barcode number.
Declaration
public string PackageNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PickupSender
Events occurred while pickup the package
Declaration
public EdiPackageEvent PickupSender { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
ReceivingPartner
The partner which is receiving the goods declared on the manifest from the shipping partner for further delivery
Declaration
public EdiPartnerIdentification ReceivingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPartnerIdentification |
ReportingPartner
The partner which is reporting the event
Declaration
public EdiPartnerIdentification ReportingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPartnerIdentification |
ScanType
Describes how he Barcode/Package was scanned
Declaration
public BarcodeScanType? ScanType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BarcodeScanType> |
ShippingPartner
The partner which is sending the consignment to the receiving partner for further delivery
Declaration
public EdiPartnerIdentification ShippingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPartnerIdentification |
StocktakingGateway
Events occurred while stocktaking the package by the gateway
Declaration
public EdiPackageEvent StocktakingGateway { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
StocktakingHub
Events occurred while stocktaking the package by the HUB
Declaration
public EdiPackageEvent StocktakingHub { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
StocktakingReceivingPartner
Events occurred while stocktaking the package by the receiving partner
Declaration
public EdiPackageEvent StocktakingReceivingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
StocktakingShippingPartner
Events occurred while stocktaking the package by the shipping partner
Declaration
public EdiPackageEvent StocktakingShippingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
UnloadingAfterDeliveryAttempt
Events occured while unloading the package by the receiving partner after an unsuccessfully delivery attempt
Declaration
public EdiPackageEvent UnloadingAfterDeliveryAttempt { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
UnloadingExternalDeliverer
Events occurred while unloading the package by an external deliverer
Declaration
public EdiPackageEvent UnloadingExternalDeliverer { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
UnloadingGateway
Events occurred while unloading the package by the gateway
Declaration
public EdiPackageEvent UnloadingGateway { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
UnloadingHub
Events occurred while unloading the package by the HUB
Declaration
public EdiPackageEvent UnloadingHub { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
UnloadingReceivingPartner
Events occurred while unloading the package by the receiving partner
Declaration
public EdiPackageEvent UnloadingReceivingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |
UnloadingShippingPartner
Events occurred while unloading the package by the shipping partner
Declaration
public EdiPackageEvent UnloadingShippingPartner { get; set; }
Property Value
Type | Description |
---|---|
EdiPackageEvent |