EDIFACT Integrator - Online Help
EDIFACT Integrator
Questions / Feedback?

InputFormat Property

The format of the input data.

Syntax

[VB.NET]
Public Property InputFormat As EdifacttranslatorInputFormats

[C#]
public EdifacttranslatorInputFormats InputFormat {get; set;}

enum EdifacttranslatorInputFormats { ifEDIFACT, ifXML }

Remarks

This property specifies the format of the input data. The value specified here determines whether the data is converted from XML to EDI, or from EDI to XML when Translate is called.

If this property is set to ifXML the data will be converted to EDI when Translate is called. If this property is set to ifEDIFACT the data will be converted to XML when Translate is called.

Possible values are:

  • 0 (ifEDIFACT - default)
  • 1 (ifXML)

This property is not available at design time.

Default Value

0

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 1.0.6635.0