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() | |
X12ProcessingSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) |
X12ProcessingSettings()
public X12ProcessingSettings ();
Public Sub New ()
Applies to
X12ProcessingSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
public X12ProcessingSettings (bool maskSecurityInfo, bool convertImpliedDecimal, bool preserveInterchange, bool suspendInterchangeOnError, bool createEmptyXmlTagsForTrailingSeparators, bool useDotAsDecimalSeparator);
new Microsoft.Azure.Management.Logic.Fluent.Models.X12ProcessingSettings : bool * bool * bool * bool * bool * bool -> Microsoft.Azure.Management.Logic.Fluent.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
- convertImpliedDecimal
- Boolean
- preserveInterchange
- Boolean
- suspendInterchangeOnError
- Boolean
- createEmptyXmlTagsForTrailingSeparators
- Boolean
- useDotAsDecimalSeparator
- Boolean
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET