|
MessageContext Constructor (String, String, String, String, String, String, TypeInfo, String, String, String, String, Boolean)
|
Namespace:
EdiFabric.Framework
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic MessageContext(
string name,
string controlNumber,
string edition,
string release,
string format,
string agency,
TypeInfo messageType,
string senderId,
string senderQualifier,
string receiverId,
string receiverQualifier,
bool s3IsDeafault = false
)
Public Sub New (
name As String,
controlNumber As String,
edition As String,
release As String,
format As String,
agency As String,
messageType As TypeInfo,
senderId As String,
senderQualifier As String,
receiverId As String,
receiverQualifier As String,
Optional s3IsDeafault As Boolean = false
)
Parameters
- name
- Type: SystemString
The message tag or ID. - controlNumber
- Type: SystemString
The message control number. - edition
- Type: SystemString
The message edition. - release
- Type: SystemString
The message release. - format
- Type: SystemString
The message format. - agency
- Type: SystemString
The controlling agency. - messageType
- Type: System.ReflectionTypeInfo
The transaction type. - senderId
- Type: SystemString
UNB 2.1 or ISA6 . - senderQualifier
- Type: SystemString
UNB 2.2 or ISA5 . - receiverId
- Type: SystemString
UNB 3.1 or ISA8 . - receiverQualifier
- Type: SystemString
UNB 3.2 or ISA7 . - s3IsDeafault (Optional)
- Type: SystemBoolean
The efault Eancom syntax
See Also