Compartilhar via


X12ProcessingSettings Construtores

Definição

Sobrecargas

X12ProcessingSettings()
X12ProcessingSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

X12ProcessingSettings()

public X12ProcessingSettings ();
Public Sub New ()

Aplica-se a

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)

Parâmetros

maskSecurityInfo
Boolean
convertImpliedDecimal
Boolean
preserveInterchange
Boolean
suspendInterchangeOnError
Boolean
createEmptyXmlTagsForTrailingSeparators
Boolean
useDotAsDecimalSeparator
Boolean

Aplica-se a