EdifactValidationSettings 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
EdifactValidationSettings() |
Initializes a new instance of the EdifactValidationSettings class. |
EdifactValidationSettings(Boolean, Boolean, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String) |
Initializes a new instance of the EdifactValidationSettings class. |
EdifactValidationSettings()
Initializes a new instance of the EdifactValidationSettings class.
public EdifactValidationSettings ();
Public Sub New ()
Applies to
EdifactValidationSettings(Boolean, Boolean, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String)
Initializes a new instance of the EdifactValidationSettings class.
public EdifactValidationSettings (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.EdifactValidationSettings : bool * bool * int * bool * bool * bool * bool * bool * bool * string -> Microsoft.Azure.Management.Logic.Models.EdifactValidationSettings
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'
Applies to
Azure SDK for .NET