X12FramingSettings Class
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.
The X12 agreement framing settings.
public class X12FramingSettings
type X12FramingSettings = class
Public Class X12FramingSettings
- Inheritance
-
X12FramingSettings
Constructors
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. |
Properties
CharacterSet |
Gets or sets the X12 character set. Possible values include: 'NotSpecified', 'Basic', 'Extended', 'UTF8' |
ComponentSeparator |
Gets or sets the component separator. |
DataElementSeparator |
Gets or sets the data element separator. |
ReplaceCharacter |
Gets or sets the replacement character. |
ReplaceSeparatorsInPayload |
Gets or sets the value indicating whether to replace separators in payload. |
SegmentTerminator |
Gets or sets the segment terminator. |
SegmentTerminatorSuffix |
Gets or sets the segment terminator suffix. Possible values include: 'NotSpecified', 'None', 'CR', 'LF', 'CRLF' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET