Click or drag to resize

AckEventArgsT, 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 AckEventArgs<T, U> : EventArgs

Type Parameters

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

The AckEventArgsT, U type exposes the following members.

Properties
 NameDescription
Public propertyAckType The EDI acknowledgment type.
Public propertyGroupHeader The EDI group header.
Public propertyGroupHeaderIndex The group header index in the publishing sequence.
Public propertyInterchangeHeader The EDI interchange header.
Public propertyInterchangeHeaderIndex The interchange header index in the publishing sequence.
Public propertyMessage The EDI message.
Top
See Also