X12ValidationSettings Constructors
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.
Overloads
X12ValidationSettings() |
Initializes a new instance of the X12ValidationSettings class. |
X12ValidationSettings(Boolean, Boolean, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String) |
Initializes a new instance of the X12ValidationSettings class. |
X12ValidationSettings()
Initializes a new instance of the X12ValidationSettings class.
public X12ValidationSettings ();
Public Sub New ()
Applies to
X12ValidationSettings(Boolean, Boolean, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String)
Initializes a new instance of the X12ValidationSettings class.
public X12ValidationSettings (bool validateCharacterSet, bool checkDuplicateInterchangeControlNumber, int interchangeControlNumberValidityDays, bool checkDuplicateGroupControlNumber, bool checkDuplicateTransactionSetControlNumber, bool validateEdiTypes, bool validateXsdTypes, bool allowLeadingAndTrailingSpacesAndZeroes, bool trimLeadingAndTrailingSpacesAndZeroes, string trailingSeparatorPolicy);
new Microsoft.Azure.Management.Logic.Models.X12ValidationSettings : bool * bool * int * bool * bool * bool * bool * bool * bool * string -> Microsoft.Azure.Management.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 String)
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
- String
The trailing separator policy. Possible values include: 'NotSpecified', 'NotAllowed', 'Optional', 'Mandatory'