Click or drag to resize

MessageAttribute Class

EDI DOM attribute to mark an EDI transaction set. EDI transactions or EDI messages are defined by the EDI rules and represent the hierarchical structure of EDI business transactions. Each EDI transaction can be identified by its EDI transaction ID and EDI version. X12 versions can also be set per the whole EDI functional group in the GS segment but the version in ST segment takes precedence. EDIFACT versions are set in the UNH segment.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    EdiFabric.Core.Annotations.EdiEdiAttribute
      EdiFabric.Core.Annotations.EdiMessageAttribute

Namespace: EdiFabric.Core.Annotations.Edi
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public sealed class MessageAttribute : EdiAttribute

The MessageAttribute type exposes the following members.

Constructors
 NameDescription
Public methodMessageAttribute(String, String) Initializes a new instance of the MessageAttribute class.
Public methodMessageAttribute(String, String, String) Initializes a new instance of the MessageAttribute class.
Top
Properties
 NameDescription
Public propertyFormat EDI standard.
Public propertyVersion EDI version.
Top
See Also