Show / Hide Table of Contents

Class EdiUnloadingExceptions

Detailed information about the exceptions that occurred while processing the consignment

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

Properties

Damaged

The consignment was damaged on arrival

Declaration
public EdiEmptyExtendableObject Damaged { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

LateArrival

The consignment arrived too late for normal processing

Declaration
public EdiEmptyExtendableObject LateArrival { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

Missing

The consignment did not arrive or parts of the consignment are missing

Declaration
public EdiEmptyExtendableObject Missing { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

NotVerifiable

Welded pallet, no guarantee for content, as not testable (only applies to non-scannable pallets)

Declaration
public EdiEmptyExtendableObject NotVerifiable { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

PackagingDifferences

Packaging differences (additional information number and packaging)

Declaration
public EdiEmptyExtendableObject PackagingDifferences { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

PartlyMissing

Partly missing in the entrance (additional information number and type of packaging

Declaration
public EdiEmptyExtendableObject PartlyMissing { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

PartlyMissingDamaged

Unloading - not complete, damaged

Declaration
public EdiEmptyExtendableObject PartlyMissingDamaged { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

QuantityDifferences

Quantity difference Bordero / Discharge (acquisition error)

Declaration
public EdiEmptyExtendableObject QuantityDifferences { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject
Back to top Generated by DocFX