X12DelimiterOverrides 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 delimiter override settings.
public class X12DelimiterOverrides
type X12DelimiterOverrides = class
Public Class X12DelimiterOverrides
- Inheritance
-
X12DelimiterOverrides
Constructors
X12DelimiterOverrides() |
Initializes a new instance of the X12DelimiterOverrides class. |
X12DelimiterOverrides(Int32, Int32, Int32, SegmentTerminatorSuffix, Int32, Boolean, String, String, String) |
Initializes a new instance of the X12DelimiterOverrides class. |
Properties
ComponentSeparator |
Gets or sets the component separator. |
DataElementSeparator |
Gets or sets the data element separator. |
MessageId |
Gets or sets the message id. |
ProtocolVersion |
Gets or sets the protocol version. |
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' |
TargetNamespace |
Gets or sets the target namespace on which this delimiter settings has to be applied. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET