EDIFACT Integrator - Online Help
EDIFACT Integrator
Questions / Feedback?

Segment Event

Fires whenever a data segment in a transaction set is read.

Syntax

[VB.NET]
Public Event OnSegment As OnSegmentHandler
[C#]
public event OnSegmentHandler OnSegment;

public delegate void OnSegmentHandler(object sender, EdifactreaderSegmentEventArgs e);

class EdifactreaderSegmentEventArgs : EventArgs {
  string Tag {get;}
  string Name {get;}
  string Loop {get;}
  string FullSegment {get;}
}

Remarks

The Segment event will fire when a data segment is read. The Tag parameter contains the tag of the segment. Name contains the name of the segment as defined in the associated transaction set schema. Loop contains the name of the loop or group this segment is present in (such as N1Loop1).

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