X12ProcessingSettings 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 processing settings.
public class X12ProcessingSettings
public class X12ProcessingSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.X12ProcessingSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.X12ProcessingSettings>
type X12ProcessingSettings = class
type X12ProcessingSettings = class
interface IJsonModel<X12ProcessingSettings>
interface IPersistableModel<X12ProcessingSettings>
Public Class X12ProcessingSettings
Public Class X12ProcessingSettings
Implements IJsonModel(Of X12ProcessingSettings), IPersistableModel(Of X12ProcessingSettings)
- Inheritance
-
X12ProcessingSettings
- Implements
Constructors
X12ProcessingSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) |
Initializes a new instance of X12ProcessingSettings. |
Properties
ConvertImpliedDecimal |
The value indicating whether to convert numerical type to implied decimal. |
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<X12ProcessingSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<X12ProcessingSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<X12ProcessingSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<X12ProcessingSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<X12ProcessingSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET