EdifactProtocolSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Edifact agreement protocol settings.
public class EdifactProtocolSettings
type EdifactProtocolSettings = class
Public Class EdifactProtocolSettings
- Inheritance
-
EdifactProtocolSettings
Constructors
EdifactProtocolSettings() |
Initializes a new instance of the EdifactProtocolSettings class. |
EdifactProtocolSettings(EdifactValidationSettings, EdifactFramingSettings, EdifactEnvelopeSettings, EdifactAcknowledgementSettings, EdifactMessageFilter, EdifactProcessingSettings, IList<EdifactSchemaReference>, IList<EdifactEnvelopeOverride>, IList<EdifactMessageIdentifier>, IList<EdifactValidationOverride>, IList<EdifactDelimiterOverride>) |
Initializes a new instance of the EdifactProtocolSettings class. |
Properties
AcknowledgementSettings |
Gets or sets the EDIFACT acknowledgement settings. |
EdifactDelimiterOverrides |
Gets or sets the EDIFACT delimiter override settings. |
EnvelopeOverrides |
Gets or sets the EDIFACT envelope override settings. |
EnvelopeSettings |
Gets or sets the EDIFACT envelope settings. |
FramingSettings |
Gets or sets the EDIFACT framing settings. |
MessageFilter |
Gets or sets the EDIFACT message filter. |
MessageFilterList |
Gets or sets the EDIFACT message filter list. |
ProcessingSettings |
Gets or sets the EDIFACT processing Settings. |
SchemaReferences |
Gets or sets the EDIFACT schema references. |
ValidationOverrides |
Gets or sets the EDIFACT validation override settings. |
ValidationSettings |
Gets or sets the EDIFACT validation settings. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET