Click or drag to resize

EdiCodesAttribute Class

EDI DOM attribute for EDI code sets of EDI data elements.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    EdiFabric.Core.Annotations.EdiEdiCodesAttribute

Namespace: EdiFabric.Core.Annotations.Edi
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public sealed class EdiCodesAttribute : Attribute

The EdiCodesAttribute type exposes the following members.

Constructors
 NameDescription
Public methodEdiCodesAttribute Initializes a new instance of the EdiCodesAttribute class.
Top
Properties
 NameDescription
Public propertyAllCodes The combination of codes and partition codes.
Public propertyCodes The list of EDI code sets separated with commas. The EDI code set must also start and end with a comma. The EDI code sets can be configured per trading partner or EDI rule to.
Public propertyPartitionCodes The partition codes.
Top
See Also