Click or drag to resize

OneOfAttribute Class

EDI DOM attribute to mark an unordered EDI items group. Used to group EDI segments without a trigger segment and in any order. Only one segment in the group can exist.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    EdiFabric.Core.Annotations.EdiEdiAttribute
      EdiFabric.Core.Annotations.EdiAllAttribute
        EdiFabric.Core.Annotations.EdiOneOfAttribute

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

The OneOfAttribute type exposes the following members.

Constructors
 NameDescription
Public methodOneOfAttribute Initializes a new instance of the OneOfAttribute class.
Top
See Also