X12DelimiterOverrides 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
X12DelimiterOverrides() | |
X12DelimiterOverrides(Int32, Int32, Int32, SegmentTerminatorSuffix, Int32, Boolean, String, String, String) |
X12DelimiterOverrides()
public X12DelimiterOverrides ();
Public Sub New ()
Applies to
X12DelimiterOverrides(Int32, Int32, Int32, SegmentTerminatorSuffix, Int32, Boolean, String, String, String)
public X12DelimiterOverrides (int dataElementSeparator, int componentSeparator, int segmentTerminator, Microsoft.Azure.Management.Logic.Fluent.Models.SegmentTerminatorSuffix segmentTerminatorSuffix, int replaceCharacter, bool replaceSeparatorsInPayload, string protocolVersion = default, string messageId = default, string targetNamespace = default);
new Microsoft.Azure.Management.Logic.Fluent.Models.X12DelimiterOverrides : int * int * int * Microsoft.Azure.Management.Logic.Fluent.Models.SegmentTerminatorSuffix * int * bool * string * string * string -> Microsoft.Azure.Management.Logic.Fluent.Models.X12DelimiterOverrides
Public Sub New (dataElementSeparator As Integer, componentSeparator As Integer, segmentTerminator As Integer, segmentTerminatorSuffix As SegmentTerminatorSuffix, replaceCharacter As Integer, replaceSeparatorsInPayload As Boolean, Optional protocolVersion As String = Nothing, Optional messageId As String = Nothing, Optional targetNamespace As String = Nothing)
Parameters
- dataElementSeparator
- Int32
- componentSeparator
- Int32
- segmentTerminator
- Int32
- segmentTerminatorSuffix
- SegmentTerminatorSuffix
- replaceCharacter
- Int32
- replaceSeparatorsInPayload
- Boolean
- protocolVersion
- String
- messageId
- String
- targetNamespace
- String
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET