Class Reference
EnsLib.EDI.EDIFACT.Operation.Standard
|
|
![]() |
|||
Private Storage |
|
|
Subclasses | |
---|---|
EnsLib.EDI.EDIFACT.Operation.BatchStandard | EnsLib.EDI.EDIFACT.Operation.ReplyStandard |
|
If SearchTableClass is set, use it to index any replies (including ACKs unless IndexACKs=false)
List of properties can be set as settings in the configuration file format is a comma separated list of property names
|
How long to keep retrying before giving up and returning an error code
Store a set of searchable properties in SearchTable records associated with each document processed.These records will be of the named SearchTable class, if any.
String of separator characters to use in encoding outbound documents. Order is ComponentSeparator,DataElementSeparator,EscapeSeparator,RepeatSeparator.Empty string means use the default values of the outbound document.
Additional characters will be used to override the Segment Terminator; may be up to 3 chars for output with newlines.
'\x' may be used in positions 3 and/or 4 to pad the Separators so that a segment terminator may be specified without specifying an EscapeSeparator and/or RepeatSeparator.
After position 4, '\r' means Ascii 13 (Carriage Return), and '\n' means Ascii 10 (Linefeed / Newline).
Comma-separated string specifying types of Validation to perform; see the class EnsLib.EDI.EDIFACT.Validator for details.Any non-zero string will invoke basic validation.
|
This user callback method is called via initConfig() from %OnNew() or in the case of SOAP Services from OnPreSOAP()
Override this method to implement your own custom method for validating of an incoming Document