/ Assembly List / LJCGenTextLib / Section

Namespace - LJCGenTextLib


Syntax

C#
public class Section : IComparable<Section>

Represents a TextGen section.

Public Methods
#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.
10 Methods

Private Methods
IsName Checks for specified name.
IsName Checks for specified name.
2 Methods

Properties
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.
StartLineIndex Gets or sets the starting line index.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.