EdifactValidationOverride 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
EdifactValidationOverride() |
Initializes a new instance of the EdifactValidationOverride class. |
EdifactValidationOverride(String, Boolean, Boolean, Boolean, Boolean, String, Boolean) |
Initializes a new instance of the EdifactValidationOverride class. |
EdifactValidationOverride()
Initializes a new instance of the EdifactValidationOverride class.
public EdifactValidationOverride ();
Public Sub New ()
Applies to
EdifactValidationOverride(String, Boolean, Boolean, Boolean, Boolean, String, Boolean)
Initializes a new instance of the EdifactValidationOverride class.
public EdifactValidationOverride (string messageId, bool enforceCharacterSet, bool validateEdiTypes, bool validateXsdTypes, bool allowLeadingAndTrailingSpacesAndZeroes, string trailingSeparatorPolicy, bool trimLeadingAndTrailingSpacesAndZeroes);
new Microsoft.Azure.Management.Logic.Models.EdifactValidationOverride : string * bool * bool * bool * bool * string * bool -> Microsoft.Azure.Management.Logic.Models.EdifactValidationOverride
Public Sub New (messageId As String, enforceCharacterSet As Boolean, validateEdiTypes As Boolean, validateXsdTypes As Boolean, allowLeadingAndTrailingSpacesAndZeroes As Boolean, trailingSeparatorPolicy As String, 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
- String
The trailing separator policy. Possible values include: 'NotSpecified', 'NotAllowed', 'Optional', 'Mandatory'
- trimLeadingAndTrailingSpacesAndZeroes
- Boolean
The value indicating whether to trim leading and trailing spaces and zeroes.
Applies to
Azure SDK for .NET