다음을 통해 공유


X12ValidationOverride Class

Definition

The X12 validation override settings.

public class X12ValidationOverride
public class X12ValidationOverride : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.X12ValidationOverride>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.X12ValidationOverride>
type X12ValidationOverride = class
type X12ValidationOverride = class
    interface IJsonModel<X12ValidationOverride>
    interface IPersistableModel<X12ValidationOverride>
Public Class X12ValidationOverride
Public Class X12ValidationOverride
Implements IJsonModel(Of X12ValidationOverride), IPersistableModel(Of X12ValidationOverride)
Inheritance
X12ValidationOverride
Implements

Constructors

X12ValidationOverride(String, Boolean, Boolean, Boolean, Boolean, Boolean, TrailingSeparatorPolicy)

Initializes a new instance of X12ValidationOverride.

Properties

AllowLeadingAndTrailingSpacesAndZeroes

The value indicating whether to allow leading and trailing spaces and zeroes.

MessageId

The message id on which the validation settings has to be applied.

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.

ValidateEdiTypes

The value indicating whether to validate EDI types.

ValidateXsdTypes

The value indicating whether to validate XSD types.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<X12ValidationOverride>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<X12ValidationOverride>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<X12ValidationOverride>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<X12ValidationOverride>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<X12ValidationOverride>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to