EdifactFramingSettings 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 framing settings.
public class EdifactFramingSettings
public class EdifactFramingSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.EdifactFramingSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.EdifactFramingSettings>
type EdifactFramingSettings = class
type EdifactFramingSettings = class
interface IJsonModel<EdifactFramingSettings>
interface IPersistableModel<EdifactFramingSettings>
Public Class EdifactFramingSettings
Public Class EdifactFramingSettings
Implements IJsonModel(Of EdifactFramingSettings), IPersistableModel(Of EdifactFramingSettings)
- Inheritance
-
EdifactFramingSettings
- Implements
Constructors
EdifactFramingSettings(Int32, Int32, Int32, Int32, Int32, Int32, EdifactCharacterSet, EdifactDecimalIndicator, SegmentTerminatorSuffix) |
Initializes a new instance of EdifactFramingSettings. |
Properties
CharacterEncoding |
The character encoding. |
CharacterSet |
The EDIFACT frame setting characterSet. |
ComponentSeparator |
The component separator. |
DataElementSeparator |
The data element separator. |
DecimalPointIndicator |
The EDIFACT frame setting decimal indicator. |
ProtocolVersion |
The protocol version. |
ReleaseIndicator |
The release indicator. |
RepetitionSeparator |
The repetition separator. |
SegmentTerminator |
The segment terminator. |
SegmentTerminatorSuffix |
The EDIFACT frame setting segment terminator suffix. |
ServiceCodeListDirectoryVersion |
The service code list directory version. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<EdifactFramingSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EdifactFramingSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EdifactFramingSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EdifactFramingSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EdifactFramingSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET