Class Segment
- Namespace
- EDIParser
- Assembly
- EDIParser.dll
Represents an EDI segment and its collection of fields.
public sealed class Segment
- Inheritance
-
Segment
- Inherited Members
Properties
Fields
Gets the fields contained in this segment.
public Fields Fields { get; }
Property Value
Name
Gets or sets the segment identifier, such as PID, OBX,
or N1.
public string Name { get; set; }
Property Value
Value
Gets or sets the original unparsed value of the segment.
public string Value { get; set; }
Property Value
ValueIndexer
Gets the indexer used to retrieve values from this segment by element path.
public ValueIndexer ValueIndexer { get; }