Show / Hide Table of Contents

Class EdiEventLoadingExceptions

Detailed information about the exceptions that occurred while loading the order

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

Properties

Damaged

The cargo is damaged

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

LateArrival

The cargo is delayed

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

Missing

The load is missing

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

NotVerifiable

The status is not verifiable

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

PackagingDifferences

There are differences in the packaging

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

PartlyMissing

The load is partly missing

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

QuantityDifferences

The load has differences in quantity

Declaration
public bool? QuantityDifferences { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
Back to top Generated by DocFX