X12FramingSettings 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
X12FramingSettings() | |
X12FramingSettings(Int32, Int32, Boolean, Int32, Int32, X12CharacterSet, SegmentTerminatorSuffix) |
X12FramingSettings()
public X12FramingSettings();
Public Sub New ()
Applies to
X12FramingSettings(Int32, Int32, Boolean, Int32, Int32, X12CharacterSet, SegmentTerminatorSuffix)
public X12FramingSettings(int dataElementSeparator, int componentSeparator, bool replaceSeparatorsInPayload, int replaceCharacter, int segmentTerminator, Microsoft.Azure.Management.Logic.Fluent.Models.X12CharacterSet characterSet, Microsoft.Azure.Management.Logic.Fluent.Models.SegmentTerminatorSuffix segmentTerminatorSuffix);
new Microsoft.Azure.Management.Logic.Fluent.Models.X12FramingSettings : int * int * bool * int * int * Microsoft.Azure.Management.Logic.Fluent.Models.X12CharacterSet * Microsoft.Azure.Management.Logic.Fluent.Models.SegmentTerminatorSuffix -> Microsoft.Azure.Management.Logic.Fluent.Models.X12FramingSettings
Public Sub New (dataElementSeparator As Integer, componentSeparator As Integer, replaceSeparatorsInPayload As Boolean, replaceCharacter As Integer, segmentTerminator As Integer, characterSet As X12CharacterSet, segmentTerminatorSuffix As SegmentTerminatorSuffix)
Parameters
- dataElementSeparator
- Int32
- componentSeparator
- Int32
- replaceSeparatorsInPayload
- Boolean
- replaceCharacter
- Int32
- segmentTerminator
- Int32
- characterSet
- X12CharacterSet
- segmentTerminatorSuffix
- SegmentTerminatorSuffix
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET