X12FramingSettings 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 framing settings.
public class X12FramingSettings
public class X12FramingSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.X12FramingSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.X12FramingSettings>
type X12FramingSettings = class
type X12FramingSettings = class
interface IJsonModel<X12FramingSettings>
interface IPersistableModel<X12FramingSettings>
Public Class X12FramingSettings
Public Class X12FramingSettings
Implements IJsonModel(Of X12FramingSettings), IPersistableModel(Of X12FramingSettings)
- Inheritance
-
X12FramingSettings
- Implements
Constructors
X12FramingSettings(Int32, Int32, Boolean, Int32, Int32, X12CharacterSet, SegmentTerminatorSuffix) |
Initializes a new instance of X12FramingSettings. |
Properties
CharacterSet |
The X12 character set. |
ComponentSeparator |
The component separator. |
DataElementSeparator |
The data element separator. |
ReplaceCharacter |
The replacement character. |
ReplaceSeparatorsInPayload |
The value indicating whether to replace separators in payload. |
SegmentTerminator |
The segment terminator. |
SegmentTerminatorSuffix |
The segment terminator suffix. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<X12FramingSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<X12FramingSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<X12FramingSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<X12FramingSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<X12FramingSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET