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