Table of Contents

Class Components

Namespace
EDIParser
Assembly
EDIParser.dll

Represents an ordered collection of EDI components.

public sealed class Components : ItemObjectCollection, IEnumerable<Component>, IEnumerable
Inheritance
Components
Implements
Inherited Members

Constructors

Components()

Initializes a new instance of the Components collection.

public Components()

Properties

this[int]

Gets a component using its one-based position.

public Component this[int oneBasedIndex] { get; }

Parameters

oneBasedIndex int

Property Value

Component

this[object]

Gets a component by matching an existing component object.

public Component this[object index] { get; }

Parameters

index object

Property Value

Component

this[string]

Gets a component using its collection key.

public Component this[string key] { get; }

Parameters

key string

Property Value

Component