EnsLib.EDI.IOFormatInterface
abstract class EnsLib.EDI.IOFormatInterface
Inventory
Summary
Methods | |||
---|---|---|---|
ImportDocument | ImportSegment | OutputDocument | OutputDocumentEnd |
OutputSegment |
Methods
Return 1 if we imported the whole document or got an error. Returning 0 means the caller will do its standard parse.
Return 1 if we imported a segment or got an error. Returning 0 means the caller will do its standard parse.
Return 1 if we took care of the whole document or got an error. Returning 0 means the caller will continue doing component segments as usual.
Output any post-segment trailing document content. Called only if OutputDocument() returned 0 meaning it did not complete output of all segments itself.
Return 1 if we took care of the segment or got an error. Returning 0 means the caller will output the segment as usual.