Edi |
The EdiMessage type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearCache | Clears the internal cache used to speed up validation. Use after the message was validated and before making a deep copy or saving to a database. | |
| Copy | Creates a deep copy of the current instance. | |
| FlattenRawSegments | Converts an EdiMessage to a list of segments as strings | |
| FlattenSegments | Flattens the EDI segments into a list. | |
| IsValid | Validates a message according to its EDI DOM validation attributes and its structure. | |
| IsValidAsync(ValidationSettings) | Validates a message async according to its EDI DOM validation attributes and its structure. | |
| IsValidAsync(CancellationToken, ValidationSettings) | Validates a message async according to its EDI DOM validation attributes and its structure. | |
| ToEdi(EdifactWriterSettings) | Obsolete. Converts an EdiMessage to EDI string | |
| ToEdi(NcpdpScriptWriterSettings) | Obsolete. Converts an EdiMessage to EDI string | |
| ToEdi(X12WriterSettings) | Obsolete. Converts an EdiMessage to EDI string |