Table of Contents

Class Repetitions

Namespace
EDIParser
Assembly
EDIParser.dll

Represents an ordered collection of repeated EDI values.

public sealed class Repetitions : ItemObjectCollection, IEnumerable<Repetition>, IEnumerable
Inheritance
Repetitions
Implements
Inherited Members

Constructors

Repetitions()

Initializes a new instance of the Repetitions collection.

public Repetitions()

Properties

this[int]

Gets a repetition using its one-based position.

public Repetition this[int oneBasedIndex] { get; }

Parameters

oneBasedIndex int

Property Value

Repetition

this[object]

Gets a repetition by matching an existing repetition object.

public Repetition this[object index] { get; }

Parameters

index object

Property Value

Repetition

this[string]

Gets a repetition using its collection key.

public Repetition this[string key] { get; }

Parameters

key string

Property Value

Repetition