Table of Contents

Class Repetition

Namespace
EDIParser
Assembly
EDIParser.dll

Represents a repeated component value and its optional subcomponents.

public sealed class Repetition
Inheritance
Repetition
Inherited Members

Properties

HasSubComponents

Gets or sets a value indicating whether this repetition contains subcomponents.

public bool HasSubComponents { get; set; }

Property Value

bool

Name

Gets or sets the one-based name or position of the repetition.

public string Name { get; set; }

Property Value

string

SubComponents

Gets the subcomponents contained in this repetition.

public SubComponents SubComponents { get; }

Property Value

SubComponents

Value

Gets or sets the value of the repetition.

public string Value { get; set; }

Property Value

string

ValueIndexer

Gets the indexer used to retrieve values from this repetition by element path.

public ValueIndexer ValueIndexer { get; }

Property Value

ValueIndexer