X12ProcessingSettings 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
X12ProcessingSettings() |
Initializes a new instance of the X12ProcessingSettings class. |
X12ProcessingSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) |
Initializes a new instance of the X12ProcessingSettings class. |
X12ProcessingSettings()
Initializes a new instance of the X12ProcessingSettings class.
public X12ProcessingSettings ();
Public Sub New ()
Applies to
X12ProcessingSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
Initializes a new instance of the X12ProcessingSettings class.
public X12ProcessingSettings (bool maskSecurityInfo, bool convertImpliedDecimal, bool preserveInterchange, bool suspendInterchangeOnError, bool createEmptyXmlTagsForTrailingSeparators, bool useDotAsDecimalSeparator);
new Microsoft.Azure.Management.Logic.Models.X12ProcessingSettings : bool * bool * bool * bool * bool * bool -> Microsoft.Azure.Management.Logic.Models.X12ProcessingSettings
Public Sub New (maskSecurityInfo As Boolean, convertImpliedDecimal As Boolean, preserveInterchange As Boolean, suspendInterchangeOnError As Boolean, createEmptyXmlTagsForTrailingSeparators As Boolean, useDotAsDecimalSeparator As Boolean)
Parameters
- maskSecurityInfo
- Boolean
The value indicating whether to mask security information.
- convertImpliedDecimal
- Boolean
The value indicating whether to convert numerical type to implied decimal.
- preserveInterchange
- Boolean
The value indicating whether to preserve interchange.
- suspendInterchangeOnError
- Boolean
The value indicating whether to suspend interchange on error.
- createEmptyXmlTagsForTrailingSeparators
- Boolean
The value indicating whether to create empty xml tags for trailing separators.
- useDotAsDecimalSeparator
- Boolean
The value indicating whether to use dot as decimal separator.
Applies to
Azure SDK for .NET