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