Click or drag to resize

MessageEventArgsT, U Class

This class contains the data raised by the message event.
Inheritance Hierarchy

Namespace: EdiFabric.Core.Model.Ack
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public abstract class MessageEventArgs<T, U> : EventArgs

Type Parameters

T
The EDI interchange header type.
U
The EDI group header type.

The MessageEventArgsT, U type exposes the following members.

Properties
 NameDescription
Public propertyErrorContext The message error context.
Public propertyGroupHeader The EDI group header.
Public propertyGroupHeaderIndex The group header index in the publishing sequence.
Public propertyInDuplicateGroup Detects if the message is part of a duplicate EDI group.
Public propertyInDuplicateInterchange Detects if the message is part of a duplicate EDI interchange.
Public propertyInterchangeHeader The EDI interchange header.
Public propertyInterchangeHeaderIndex The interchange header index in the publishing sequence.
Public propertyMessage The EDI message.
Top
See Also