DataDirect XML Converters 5.0 Send comments on this topic.
EndGroup Method
See Also 
DDTek.XmlConverter.Adapter.Edi Namespace > EDIConverterListener Interface : EndGroup Method




details
EndGroup is called at the end of each message group or batch.

Syntax

Visual Basic (Declaration) 
Sub EndGroup( _
   ByVal details As EDISegmentDetails _
) 
Visual Basic (Usage)Copy Code
Dim instance As EDIConverterListener
Dim details As EDISegmentDetails
 
instance.EndGroup(details)
C# 
void EndGroup( 
   EDISegmentDetails details
)
Managed Extensions for C++ 
void EndGroup( 
   EDISegmentDetails* details
) 
C++/CLI 
void EndGroup( 
   EDISegmentDetails^ details
) 

Parameters

details

Remarks

For HL7, this means at the BHT if present. For X12: GE. For EDIFACT: UNE or UIE. If grouping is not used in the interchange, then StartGroup/EndGroup are not called.

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.