EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
Questions / Feedback?

EDIStandard Property

The document format.

Syntax

[VB.NET]
Public Property EDIStandard As EdireaderEDIStandards

[C#]
public EdireaderEDIStandards EDIStandard {get; set;}

enum EdireaderEDIStandards { esX12, esEDIFACT, esTRADACOMS }

Remarks

This property specifies standard that the document follows. Possible values are:

  • 0 (esX12 - default)
  • 1 (esEDIFACT)
  • 3 (esTRADACOMS)

Note: When parsing a TRADACOMS document the use of schemas is not supported.

Default Value

0

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 .NET Edition - Version 16.0 [Build 7362]