X12ProtocolSettings 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 X12 agreement protocol settings.
public class X12ProtocolSettings
type X12ProtocolSettings = class
Public Class X12ProtocolSettings
- Inheritance
-
X12ProtocolSettings
Constructors
X12ProtocolSettings() |
Initializes a new instance of the X12ProtocolSettings class. |
X12ProtocolSettings(X12ValidationSettings, X12FramingSettings, X12EnvelopeSettings, X12AcknowledgementSettings, X12MessageFilter, X12SecuritySettings, X12ProcessingSettings, IList<X12SchemaReference>, IList<X12EnvelopeOverride>, IList<X12ValidationOverride>, IList<X12MessageIdentifier>, IList<X12DelimiterOverrides>) |
Initializes a new instance of the X12ProtocolSettings class. |
Properties
AcknowledgementSettings |
Gets or sets the X12 acknowledgment settings. |
EnvelopeOverrides |
Gets or sets the X12 envelope override settings. |
EnvelopeSettings |
Gets or sets the X12 envelope settings. |
FramingSettings |
Gets or sets the X12 framing settings. |
MessageFilter |
Gets or sets the X12 message filter. |
MessageFilterList |
Gets or sets the X12 message filter list. |
ProcessingSettings |
Gets or sets the X12 processing settings. |
SchemaReferences |
Gets or sets the X12 schema references. |
SecuritySettings |
Gets or sets the X12 security settings. |
ValidationOverrides |
Gets or sets the X12 validation override settings. |
ValidationSettings |
Gets or sets the X12 validation settings. |
X12DelimiterOverrides |
Gets or sets the X12 delimiter override settings. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET