DataDirect XML Converters 5.0 Send comments on this topic.
simple Method
See Also 
DDTek.XmlConverter.Adapter.Edi Namespace > IATASegment Class : simple Method




rt
addr
toEDI
consist
dovalue
lengths
optionalize
narrays

Syntax

Visual Basic (Declaration) 
Protected Sub simple( _
   ByVal rt As Runtype, _
   ByVal addr() As Integer, _
   ByVal toEDI As Boolean, _
   ByVal consist As Boolean, _
   ByVal dovalue As Boolean, _
   ByVal lengths As Boolean, _
   ByVal optionalize As Boolean, _
   ByVal narrays As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As IATASegment
Dim rt As Runtype
Dim addr() As Integer
Dim toEDI As Boolean
Dim consist As Boolean
Dim dovalue As Boolean
Dim lengths As Boolean
Dim optionalize As Boolean
Dim narrays As Integer
 
instance.simple(rt, addr, toEDI, consist, dovalue, lengths, optionalize, narrays)
C# 
protected void simple( 
   Runtype rt,
   int[] addr,
   bool toEDI,
   bool consist,
   bool dovalue,
   bool lengths,
   bool optionalize,
   int narrays
)
Managed Extensions for C++ 
protected: void simple( 
   Runtype* rt,
   int[]* addr,
   bool toEDI,
   bool consist,
   bool dovalue,
   bool lengths,
   bool optionalize,
   int narrays
) 
C++/CLI 
protected:
void simple( 
   Runtype^ rt,
   array<int>^ addr,
   bool toEDI,
   bool consist,
   bool dovalue,
   bool lengths,
   bool optionalize,
   int narrays
) 

Parameters

rt
addr
toEDI
consist
dovalue
lengths
optionalize
narrays

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.