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
public class EdifactProtocolSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.EdifactProtocolSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.EdifactProtocolSettings>
type EdifactProtocolSettings = class
type EdifactProtocolSettings = class
interface IJsonModel<EdifactProtocolSettings>
interface IPersistableModel<EdifactProtocolSettings>
Public Class EdifactProtocolSettings
Public Class EdifactProtocolSettings
Implements IJsonModel(Of EdifactProtocolSettings), IPersistableModel(Of EdifactProtocolSettings)
- Inheritance
-
EdifactProtocolSettings
- Implements
Constructors
Properties
AcknowledgementSettings |
The EDIFACT acknowledgement settings. |
EdifactDelimiterOverrides |
The EDIFACT delimiter override settings. |
EnvelopeOverrides |
The EDIFACT envelope override settings. |
EnvelopeSettings |
The EDIFACT envelope settings. |
FramingSettings |
The EDIFACT framing settings. |
MessageFilterList |
The EDIFACT message filter list. |
MessageFilterType |
The message filter type. |
ProcessingSettings |
The EDIFACT processing Settings. |
SchemaReferences |
The EDIFACT schema references. |
ValidationOverrides |
The EDIFACT validation override settings. |
ValidationSettings |
The EDIFACT validation settings. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<EdifactProtocolSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EdifactProtocolSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EdifactProtocolSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EdifactProtocolSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EdifactProtocolSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET