Show / Hide Table of Contents

Class EdiGeneralProcessingNotification

Events occurred while physically processing the pickup order (e.g. moving goods, scanning packages)

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

Properties

Exceptions

Detailed information about the exceptions that occured while processing the pickup. Use (null) to report successful processing of the pickup

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