Table of Contents

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

Fields

Name

Gets or sets the segment identifier, such as PID, OBX, or N1.

public string Name { get; set; }

Property Value

string

Value

Gets or sets the original unparsed value of the segment.

public string Value { get; set; }

Property Value

string

ValueIndexer

Gets the indexer used to retrieve values from this segment by element path.

public ValueIndexer ValueIndexer { get; }

Property Value

ValueIndexer