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() |
Initializes a new instance of the X12FramingSettings class. |
X12FramingSettings(Int32, Int32, Boolean, Int32, Int32, String, SegmentTerminatorSuffix) |
Initializes a new instance of the X12FramingSettings class. |
X12FramingSettings()
Initializes a new instance of the X12FramingSettings class.
public X12FramingSettings ();
Public Sub New ()
Applies to
X12FramingSettings(Int32, Int32, Boolean, Int32, Int32, String, SegmentTerminatorSuffix)
Initializes a new instance of the X12FramingSettings class.
public X12FramingSettings (int dataElementSeparator, int componentSeparator, bool replaceSeparatorsInPayload, int replaceCharacter, int segmentTerminator, string characterSet, Microsoft.Azure.Management.Logic.Models.SegmentTerminatorSuffix segmentTerminatorSuffix);
new Microsoft.Azure.Management.Logic.Models.X12FramingSettings : int * int * bool * int * int * string * Microsoft.Azure.Management.Logic.Models.SegmentTerminatorSuffix -> Microsoft.Azure.Management.Logic.Models.X12FramingSettings
Public Sub New (dataElementSeparator As Integer, componentSeparator As Integer, replaceSeparatorsInPayload As Boolean, replaceCharacter As Integer, segmentTerminator As Integer, characterSet As String, segmentTerminatorSuffix As SegmentTerminatorSuffix)
Parameters
- dataElementSeparator
- Int32
The data element separator.
- componentSeparator
- Int32
The component separator.
- replaceSeparatorsInPayload
- Boolean
The value indicating whether to replace separators in payload.
- replaceCharacter
- Int32
The replacement character.
- segmentTerminator
- Int32
The segment terminator.
- characterSet
- String
The X12 character set. Possible values include: 'NotSpecified', 'Basic', 'Extended', 'UTF8'
- segmentTerminatorSuffix
- SegmentTerminatorSuffix
The segment terminator suffix. Possible values include: 'NotSpecified', 'None', 'CR', 'LF', 'CRLF'