|
MessageContext Constructor (String, String, String, String, String, String, String, String, String, String, FuncMessageContext, Assembly, 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,
string senderId,
string senderQualifier,
string receiverId,
string receiverQualifier,
Func<MessageContext, Assembly> rulesAssembly,
bool s3IsDeafault = false
)
Public Sub New (
name As String,
controlNumber As String,
edition As String,
release As String,
format As String,
agency As String,
senderId As String,
senderQualifier As String,
receiverId As String,
receiverQualifier As String,
rulesAssembly As Func(Of MessageContext, Assembly),
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. - 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 . - rulesAssembly
- Type: SystemFuncMessageContext, Assembly
Delegate to retrieve the assembly containing the specs. - s3IsDeafault (Optional)
- Type: SystemBoolean
The efault Eancom syntax
See Also