X12FramingSettings 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 X12FramingSettings.
public X12FramingSettings (int dataElementSeparator, int componentSeparator, bool replaceSeparatorsInPayload, int replaceCharacter, int segmentTerminator, Azure.ResourceManager.Logic.Models.X12CharacterSet characterSet, Azure.ResourceManager.Logic.Models.SegmentTerminatorSuffix segmentTerminatorSuffix);
new Azure.ResourceManager.Logic.Models.X12FramingSettings : int * int * bool * int * int * Azure.ResourceManager.Logic.Models.X12CharacterSet * Azure.ResourceManager.Logic.Models.SegmentTerminatorSuffix -> Azure.ResourceManager.Logic.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
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
- X12CharacterSet
The X12 character set.
- segmentTerminatorSuffix
- SegmentTerminatorSuffix
The segment terminator suffix.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET