Show / Hide Table of Contents

Class EdiEventNotification

Events occurred while processing the notification of the consignment

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

Properties

Exceptions

Detailed information about the exceptions that occurred while processing the notification of the consignment

Declaration
public EdiNotificationExceptions Exceptions { get; set; }
Property Value
Type Description
EdiNotificationExceptions

Trigger

Event that is a trigger for starting a notification

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