Click or drag to resize

GroupAttribute Class

EDI DOM attribute to mark a loop for both X12 and EDIFACT. All EDI standards define grouping of EDI segments (implicit loop in X12). Every EDI loop begins with a mandatory, one time repeat, trigger EDI segment. All EDI segments within EDI loops can only appear in the predefined by the EDI rule sequence.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    EdiFabric.Core.Annotations.EdiEdiAttribute
      EdiFabric.Core.Annotations.EdiGroupAttribute

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

The GroupAttribute type exposes the following members.

Constructors
 NameDescription
Public methodGroupAttribute(Type) Initializes a new instance of the GroupAttribute class.
Public methodGroupAttribute(Type, String) Initializes a new instance of the GroupAttribute class.
Top
Properties
 NameDescription
Public propertyTriggerType The type of the trigger EDI segment. This is used by the EDI parser to find a quick match in the search line. The EDI parser matched not only the EDI segment tag but also the EDI data element code sets for the first two EDI data elements in the trigger EDI segment.
Top
See Also