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
oneBasedIndexint
Property Value
this[object]
Gets a field by matching an existing field object.
public Field this[object index] { get; }
Parameters
indexobject
Property Value
this[string]
Gets a field using its collection key.
public Field this[string key] { get; }
Parameters
keystring