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