Click or drag to resize

TransactionContext Constructor

Initializes a new instance of the TransactionContext class.

Namespace: EdiFabric.Core.Model.Edi
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public TransactionContext(
	string transactionId,
	string headerControlNumber,
	string edition,
	string release,
	int trailerSegmentCount,
	string trailerControlNumber
)

Parameters

transactionId  String
The EDI transaction id.
headerControlNumber  String
The EDI control number from the EDI transaction header.
edition  String
The EDI edition.
release  String
The EDI release.
trailerSegmentCount  Int32
The EDI segment count from the EDI transaction trailer.
trailerControlNumber  String
The EDI control number from the EDI transaction trailer.
See Also