EdifactProcessingSettings 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
EdifactProcessingSettings() | |
EdifactProcessingSettings(Boolean, Boolean, Boolean, Boolean, Boolean) |
EdifactProcessingSettings()
public EdifactProcessingSettings();
Public Sub New ()
Applies to
EdifactProcessingSettings(Boolean, Boolean, Boolean, Boolean, Boolean)
public EdifactProcessingSettings(bool maskSecurityInfo, bool preserveInterchange, bool suspendInterchangeOnError, bool createEmptyXmlTagsForTrailingSeparators, bool useDotAsDecimalSeparator);
new Microsoft.Azure.Management.Logic.Fluent.Models.EdifactProcessingSettings : bool * bool * bool * bool * bool -> Microsoft.Azure.Management.Logic.Fluent.Models.EdifactProcessingSettings
Public Sub New (maskSecurityInfo As Boolean, preserveInterchange As Boolean, suspendInterchangeOnError As Boolean, createEmptyXmlTagsForTrailingSeparators As Boolean, useDotAsDecimalSeparator As Boolean)
Parameters
- maskSecurityInfo
- Boolean
- preserveInterchange
- Boolean
- suspendInterchangeOnError
- Boolean
- createEmptyXmlTagsForTrailingSeparators
- Boolean
- useDotAsDecimalSeparator
- Boolean
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET