EdifactProcessingSettings(Boolean, Boolean, Boolean, Boolean, Boolean) Constructor
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.
Initializes a new instance of EdifactProcessingSettings.
public EdifactProcessingSettings (bool maskSecurityInfo, bool preserveInterchange, bool suspendInterchangeOnError, bool createEmptyXmlTagsForTrailingSeparators, bool useDotAsDecimalSeparator);
new Azure.ResourceManager.Logic.Models.EdifactProcessingSettings : bool * bool * bool * bool * bool -> Azure.ResourceManager.Logic.Models.EdifactProcessingSettings
Public Sub New (maskSecurityInfo 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.
- 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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET