X12ValidationSettings Constructor
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.
Initializes a new instance of X12ValidationSettings.
public X12ValidationSettings (bool validateCharacterSet, bool checkDuplicateInterchangeControlNumber, int interchangeControlNumberValidityDays, bool checkDuplicateGroupControlNumber, bool checkDuplicateTransactionSetControlNumber, bool validateEdiTypes, bool validateXsdTypes, bool allowLeadingAndTrailingSpacesAndZeroes, bool trimLeadingAndTrailingSpacesAndZeroes, Azure.ResourceManager.Logic.Models.TrailingSeparatorPolicy trailingSeparatorPolicy);
new Azure.ResourceManager.Logic.Models.X12ValidationSettings : bool * bool * int * bool * bool * bool * bool * bool * bool * Azure.ResourceManager.Logic.Models.TrailingSeparatorPolicy -> Azure.ResourceManager.Logic.Models.X12ValidationSettings
Public Sub New (validateCharacterSet As Boolean, checkDuplicateInterchangeControlNumber As Boolean, interchangeControlNumberValidityDays As Integer, checkDuplicateGroupControlNumber As Boolean, checkDuplicateTransactionSetControlNumber As Boolean, validateEdiTypes As Boolean, validateXsdTypes As Boolean, allowLeadingAndTrailingSpacesAndZeroes As Boolean, trimLeadingAndTrailingSpacesAndZeroes As Boolean, trailingSeparatorPolicy As TrailingSeparatorPolicy)
Parameters
- validateCharacterSet
- Boolean
The value indicating whether to validate character set in the message.
- checkDuplicateInterchangeControlNumber
- Boolean
The value indicating whether to check for duplicate interchange control number.
- interchangeControlNumberValidityDays
- Int32
The validity period of interchange control number.
- checkDuplicateGroupControlNumber
- Boolean
The value indicating whether to check for duplicate group control number.
- checkDuplicateTransactionSetControlNumber
- Boolean
The value indicating whether to check for duplicate transaction set control number.
- validateEdiTypes
- Boolean
The value indicating whether to Whether to validate EDI types.
- validateXsdTypes
- Boolean
The value indicating whether to Whether to validate XSD types.
- allowLeadingAndTrailingSpacesAndZeroes
- Boolean
The value indicating whether to allow leading and trailing spaces and zeroes.
- trimLeadingAndTrailingSpacesAndZeroes
- Boolean
The value indicating whether to trim leading and trailing spaces and zeroes.
- trailingSeparatorPolicy
- TrailingSeparatorPolicy
The trailing separator policy.
Applies to
Azure SDK for .NET