EdifactFramingSettings 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 Edifact agreement framing settings.
public class EdifactFramingSettings
type EdifactFramingSettings = class
Public Class EdifactFramingSettings
- Inheritance
-
EdifactFramingSettings
Constructors
EdifactFramingSettings() |
Initializes a new instance of the EdifactFramingSettings class. |
EdifactFramingSettings(Int32, Int32, Int32, Int32, Int32, Int32, String, EdifactDecimalIndicator, SegmentTerminatorSuffix, String, String) |
Initializes a new instance of the EdifactFramingSettings class. |
Properties
CharacterEncoding |
Gets or sets the character encoding. |
CharacterSet |
Gets or sets the EDIFACT frame setting characterSet. Possible values include: 'NotSpecified', 'UNOB', 'UNOA', 'UNOC', 'UNOD', 'UNOE', 'UNOF', 'UNOG', 'UNOH', 'UNOI', 'UNOJ', 'UNOK', 'UNOX', 'UNOY', 'KECA' |
ComponentSeparator |
Gets or sets the component separator. |
DataElementSeparator |
Gets or sets the data element separator. |
DecimalPointIndicator |
Gets or sets the EDIFACT frame setting decimal indicator. Possible values include: 'NotSpecified', 'Comma', 'Decimal' |
ProtocolVersion |
Gets or sets the protocol version. |
ReleaseIndicator |
Gets or sets the release indicator. |
RepetitionSeparator |
Gets or sets the repetition separator. |
SegmentTerminator |
Gets or sets the segment terminator. |
SegmentTerminatorSuffix |
Gets or sets the EDIFACT frame setting segment terminator suffix. Possible values include: 'NotSpecified', 'None', 'CR', 'LF', 'CRLF' |
ServiceCodeListDirectoryVersion |
Gets or sets the service code list directory version. |
Methods
Validate() |
Validate the object. |