Click or drag to resize

AckContainerT, U, V Class

This class represents an EDI acknowledgment container.
Inheritance Hierarchy

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

Type Parameters

T
The header type.
U
The trailer type.
V
The error context type.

The AckContainerT, U, V type exposes the following members.

Properties
 NameDescription
Public propertyAckGenerated Whether an EDI acknowledgments was already generated for this container.
Public propertyErrors The collection of message error contexts.
Public propertyHeader The EDI interchange or EDI group header.
Public propertyHeaderIndex The header index in the publishing sequence.
Public propertyIsDuplicate If the EDI header is a duplicate.
Public propertyTrailers The collection of EDI trailers. Can be more than one for corrupt EDI documents.
Top
See Also