Table of Contents

Class Fields

Namespace
EDIParser
Assembly
EDIParser.dll

Represents an ordered collection of EDI fields.

public sealed class Fields : ItemObjectCollection, IEnumerable<Field>, IEnumerable
Inheritance
Fields
Implements
Inherited Members

Constructors

Fields()

Initializes a new instance of the Fields collection.

public Fields()

Properties

this[int]

Gets a field using its one-based position.

public Field this[int oneBasedIndex] { get; }

Parameters

oneBasedIndex int

Property Value

Field

this[object]

Gets a field by matching an existing field object.

public Field this[object index] { get; }

Parameters

index object

Property Value

Field

this[string]

Gets a field using its collection key.

public Field this[string key] { get; }

Parameters

key string

Property Value

Field