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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET