X12FramingSettings Class

Definition

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