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
Name
Gets or sets the one-based name or position of the repetition.
public string Name { get; set; }
Property Value
SubComponents
Gets the subcomponents contained in this repetition.
public SubComponents SubComponents { get; }
Property Value
Value
Gets or sets the value of the repetition.
public string Value { get; set; }
Property Value
ValueIndexer
Gets the indexer used to retrieve values from this repetition by element path.
public ValueIndexer ValueIndexer { get; }