X12ValidationSettings 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 validation settings.
public class X12ValidationSettings
public class X12ValidationSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.X12ValidationSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.X12ValidationSettings>
type X12ValidationSettings = class
type X12ValidationSettings = class
interface IJsonModel<X12ValidationSettings>
interface IPersistableModel<X12ValidationSettings>
Public Class X12ValidationSettings
Public Class X12ValidationSettings
Implements IJsonModel(Of X12ValidationSettings), IPersistableModel(Of X12ValidationSettings)
- Inheritance
-
X12ValidationSettings
- Implements
Constructors
X12ValidationSettings(Boolean, Boolean, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, TrailingSeparatorPolicy) |
Initializes a new instance of X12ValidationSettings. |
Properties
AllowLeadingAndTrailingSpacesAndZeroes |
The value indicating whether to allow leading and trailing spaces and zeroes. |
CheckDuplicateGroupControlNumber |
The value indicating whether to check for duplicate group control number. |
CheckDuplicateInterchangeControlNumber |
The value indicating whether to check for duplicate interchange control number. |
CheckDuplicateTransactionSetControlNumber |
The value indicating whether to check for duplicate transaction set control number. |
InterchangeControlNumberValidityDays |
The validity period of interchange control number. |
TrailingSeparatorPolicy |
The trailing separator policy. |
TrimLeadingAndTrailingSpacesAndZeroes |
The value indicating whether to trim leading and trailing spaces and zeroes. |
ValidateCharacterSet |
The value indicating whether to validate character set in the message. |
ValidateEdiTypes |
The value indicating whether to Whether to validate EDI types. |
ValidateXsdTypes |
The value indicating whether to Whether to validate XSD types. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<X12ValidationSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<X12ValidationSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<X12ValidationSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<X12ValidationSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<X12ValidationSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET