X12ValidationOverride 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 X12ValidationOverride.
public X12ValidationOverride (string messageId, bool validateEdiTypes, bool validateXsdTypes, bool allowLeadingAndTrailingSpacesAndZeroes, bool validateCharacterSet, bool trimLeadingAndTrailingSpacesAndZeroes, Azure.ResourceManager.Logic.Models.TrailingSeparatorPolicy trailingSeparatorPolicy);
new Azure.ResourceManager.Logic.Models.X12ValidationOverride : string * bool * bool * bool * bool * bool * Azure.ResourceManager.Logic.Models.TrailingSeparatorPolicy -> Azure.ResourceManager.Logic.Models.X12ValidationOverride
Public Sub New (messageId As String, validateEdiTypes As Boolean, validateXsdTypes As Boolean, allowLeadingAndTrailingSpacesAndZeroes As Boolean, validateCharacterSet As Boolean, trimLeadingAndTrailingSpacesAndZeroes As Boolean, trailingSeparatorPolicy As TrailingSeparatorPolicy)
Parameters
- messageId
- String
The message id on which the validation settings has to be applied.
- validateEdiTypes
- Boolean
The value indicating whether to validate EDI types.
- validateXsdTypes
- Boolean
The value indicating whether to validate XSD types.
- allowLeadingAndTrailingSpacesAndZeroes
- Boolean
The value indicating whether to allow leading and trailing spaces and zeroes.
- validateCharacterSet
- Boolean
The value indicating whether to validate character Set.
- trimLeadingAndTrailingSpacesAndZeroes
- Boolean
The value indicating whether to trim leading and trailing spaces and zeroes.
- trailingSeparatorPolicy
- TrailingSeparatorPolicy
The trailing separator policy.
Exceptions
messageId
is null.
Applies to
Azure SDK for .NET