X12ProtocolSettings Class

Definition

The X12 agreement protocol settings.

public class X12ProtocolSettings
public class X12ProtocolSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.X12ProtocolSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.X12ProtocolSettings>
type X12ProtocolSettings = class
type X12ProtocolSettings = class
    interface IJsonModel<X12ProtocolSettings>
    interface IPersistableModel<X12ProtocolSettings>
Public Class X12ProtocolSettings
Public Class X12ProtocolSettings
Implements IJsonModel(Of X12ProtocolSettings), IPersistableModel(Of X12ProtocolSettings)
Inheritance
X12ProtocolSettings
Implements

Constructors

X12ProtocolSettings(X12ValidationSettings, X12FramingSettings, X12EnvelopeSettings, X12AcknowledgementSettings, X12MessageFilter, X12SecuritySettings, X12ProcessingSettings, IEnumerable<X12SchemaReference>)

Initializes a new instance of X12ProtocolSettings.

Properties

AcknowledgementSettings

The X12 acknowledgment settings.

EnvelopeOverrides

The X12 envelope override settings.

EnvelopeSettings

The X12 envelope settings.

FramingSettings

The X12 framing settings.

MessageFilterList

The X12 message filter list.

MessageFilterType

The message filter type.

ProcessingSettings

The X12 processing settings.

SchemaReferences

The X12 schema references.

SecuritySettings

The X12 security settings.

ValidationOverrides

The X12 validation override settings.

ValidationSettings

The X12 validation settings.

X12DelimiterOverrides

The X12 delimiter override settings.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<X12ProtocolSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<X12ProtocolSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<X12ProtocolSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<X12ProtocolSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<X12ProtocolSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to