Show / Hide Table of Contents

Class EdiEventArrivedExceptions

Detailed information about the exceptions that occurred while arriving at the referenced stop.

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

Properties

Closed

The goods receiving department was closed

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

WrongAddress

Arrived at the wrong address

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