EdifactProcessingSettings 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 EdifactProcessingSettings
public class EdifactProcessingSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.EdifactProcessingSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.EdifactProcessingSettings>
type EdifactProcessingSettings = class
type EdifactProcessingSettings = class
interface IJsonModel<EdifactProcessingSettings>
interface IPersistableModel<EdifactProcessingSettings>
Public Class EdifactProcessingSettings
Public Class EdifactProcessingSettings
Implements IJsonModel(Of EdifactProcessingSettings), IPersistableModel(Of EdifactProcessingSettings)
- Inheritance
-
EdifactProcessingSettings
- Implements
Constructors
EdifactProcessingSettings(Boolean, Boolean, Boolean, Boolean, Boolean) |
Initializes a new instance of EdifactProcessingSettings. |
Properties
CreateEmptyXmlTagsForTrailingSeparators |
The value indicating whether to create empty xml tags for trailing separators. |
MaskSecurityInfo |
The value indicating whether to mask security information. |
PreserveInterchange |
The value indicating whether to preserve interchange. |
SuspendInterchangeOnError |
The value indicating whether to suspend interchange on error. |
UseDotAsDecimalSeparator |
The value indicating whether to use dot as decimal separator. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<EdifactProcessingSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EdifactProcessingSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EdifactProcessingSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EdifactProcessingSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EdifactProcessingSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET