/ Assembly List / LJCGenTextLib / Directive

Namespace - LJCGenTextLib


Syntax

C#
public class Directive

Represents a Directive item.

Public Methods
#ctor Initializes an object instance.
#ctor Initializes an object instance.
Clone Clones the structure of the object.
IsIfBegin Checks if directive ID = IfBegin.
IsIfElse Checks if directive ID = IfElse.
IsIfEnd Checks if directive ID = IfEnd.
IsName Checks the Name value.
IsSectionBegin Checks if directive ID = SectionBegin.
IsSectionBegin Checks for Begin Section.
IsSectionEnd Checks if directive ID = SectionEnd.
ToString The object string identifier.
11 Methods

Private Methods
GetDirective Checks line for directive and returns the directive object.
IsDirective Checks if the line has a directive.
2 Methods

Properties
CommentChars Gets or sets the line comment start characters.
ID Gets or sets the directive ID.
Name Gets or sets the Name value.
Value Gets or sets the Value property.

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