 | TransactionContext Constructor |
Namespace: EdiFabric.Core.Model.EdiAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntaxpublic TransactionContext(
string transactionId,
string headerControlNumber,
string edition,
string release,
int trailerSegmentCount,
string trailerControlNumber
)
Public Sub New (
transactionId As String,
headerControlNumber As String,
edition As String,
release As String,
trailerSegmentCount As Integer,
trailerControlNumber As String
)
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