C# Class Tomboy.TaskManager.TaskListParser

Class for parsing notes for tasklists and tasks
Mostra file Open project: rggjan/Tomboy-Todo-List Class Usage Examples

Private Properties

Property Type Description
PrepareTaskListTags TextRange>.Dictionary
PrepareTaskTags TextRange>.Dictionary
TryGetExisting List

Public Methods

Method Description
Parse ( ) : List

Scans note for existing tags, sets up concrete Task and TaskList objects and returns list of initialized tasklists (whose tasks are also initialized)

TaskListParser ( Note note ) : System

Private Methods

Method Description
PrepareTaskListTags ( ) : TextRange>.Dictionary

Reads all existing TaskListTags and collects them together with their ranges

PrepareTaskTags ( ) : TextRange>.Dictionary

Reads all existing TaskTags and collects them together with their ranges

TryGetExisting ( ) : List

Method Details

Parse() public method

Scans note for existing tags, sets up concrete Task and TaskList objects and returns list of initialized tasklists (whose tasks are also initialized)
public Parse ( ) : List
return List

TaskListParser() public method

public TaskListParser ( Note note ) : System
note Tomboy.Note
return System