Click or drag to resize

TransactionContext Class

The EDI transaction context.
Inheritance Hierarchy
SystemObject
  EdiFabric.Core.Model.EdiTransactionContext

Namespace: EdiFabric.Core.Model.Edi
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public class TransactionContext

The TransactionContext type exposes the following members.

Constructors
 NameDescription
Public methodTransactionContext Initializes a new instance of the TransactionContext class.
Top
Properties
 NameDescription
Public propertyEdition The EDI edition.
Public propertyHeaderControlNumber The EDI control number from the EDI transaction header.
Public propertyRelease The EDI release.
Public propertyTrailerControlNumber The EDI control number from the EDI transaction trailer.
Public propertyTrailerSegmentCount The EDI segment count from the EDI transaction trailer.
Public propertyTransactionId The EDI transaction id.
Top
See Also