| C# |
|---|
| public class Section : IComparable<Section> |
| #ctor | Initializes an object instance. |
| #ctor | Initializes the Section object with the supplied values. |
| Clone | Clones the structure of the object. |
| CompareTo | Provides the default Sort functionality. |
| HasData | Checks for RepeatItem data. |
| HasData | Checks for RepeatItem data. |
| HasSubsection | Checks for Subsection. |
| HasSubsection | Checks for Subsection. |
| HasSubsectionData | Checks for Current Subsection RepeatItems. |
| ToString | The object string identifier. |
| IsName | Checks for specified name. |
| IsName | Checks for specified name. |
| BeginLineIndex | Gets or sets the starting line index. |
| CurrentRepeatItem | Gets or sets the current repeate item. |
| EndProcessing | Gets or sets the EndProcessing flag. |
| IsList | Gets or sets the IsList indicator. |
| Name | Gets or sets the section name. |
| RepeatItems | Gets or sets the repeate items. |