Show / Hide Table of Contents

Class EdiMasterBarcodeSingleScan

Describes the scan of a masterbarcode

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiMasterBarcodeSingleScan
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiMasterBarcodeSingleScan : EdiPatternPropertiesBase

Properties

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>

Images

A list of status images

Declaration
public List<EdiStatusImage> Images { get; set; }
Property Value
Type Description
List<EdiStatusImage>

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

MasterBarcode

Master barcode (i.e. Master colli)

Declaration
public string MasterBarcode { get; set; }
Property Value
Type Description
System.String

PackageReferenceNumber

Referencenumber of the package that is related to the scanned singlebarcode

Declaration
public string PackageReferenceNumber { 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

Scanned

Describes if a barcode is scanned or "un"-scanned

Declaration
public bool? Scanned { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ScanType

Describes how he Barcode/Package was scanned

Declaration
public BarcodeScanType? ScanType { get; set; }
Property Value
Type Description
System.Nullable<BarcodeScanType>

SingleBarcode

SingleBarcode that is associated with the masterbarcode

Declaration
public string SingleBarcode { get; set; }
Property Value
Type Description
System.String

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
Back to top Generated by DocFX