| MessageContext Class |
The context of an EDI transaction set (or message).
Inheritance Hierarchy Namespace: EdiFabric.FrameworkAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public sealed class MessageContext
Public NotInheritable Class MessageContext
The MessageContext type exposes the following members.
Constructors | Name | Description |
---|
| MessageContext(String, String, FuncMessageContext, Assembly) |
Initializes a new instance of the MessageContext class.
|
| MessageContext(String, String, String, String, String, String, TypeInfo, String, String, String, String, Boolean) |
Initializes a new instance of the MessageContext class.
|
| MessageContext(String, String, String, String, String, String, String, String, String, String, FuncMessageContext, Assembly, Boolean) |
Initializes a new instance of the MessageContext class.
|
TopProperties | Name | Description |
---|
| Agency |
The controlling agency.
|
| ControlNumber |
The message control number.
|
| Edition |
The message edition (derived from the group if not explicitly set in the message).
|
| Format |
The message format (X12 or Edifact or other).
|
| Name |
The message tag or ID.
|
| ReceiverId |
UNB 3.1 or ISA8 .
|
| ReceiverQualifier |
UNB 3.2 or ISA7 .
|
| Release |
The message release (derived from the group if not explicitly set in the message).
|
| SenderId |
UNB 2.1 or ISA6 .
|
| SenderQualifier |
UNB 2.2 or ISA5 .
|
| Version |
The message version (derived from the group if not explicitly set in the message).
|
TopSee Also