Table of Contents

Class SubComponents

Namespace
EDIParser
Assembly
EDIParser.dll

Represents an ordered collection of EDI subcomponents.

public sealed class SubComponents : ItemObjectCollection, IEnumerable<SubComponent>, IEnumerable
Inheritance
SubComponents
Implements
Inherited Members

Constructors

SubComponents()

Initializes a new instance of the SubComponents collection.

public SubComponents()

Properties

this[int]

Gets a subcomponent using its one-based position.

public SubComponent this[int oneBasedIndex] { get; }

Parameters

oneBasedIndex int

Property Value

SubComponent

this[object]

Gets a subcomponent by matching an existing subcomponent object.

public SubComponent this[object index] { get; }

Parameters

index object

Property Value

SubComponent

this[string]

Gets a subcomponent using its collection key.

public SubComponent this[string key] { get; }

Parameters

key string

Property Value

SubComponent