C# Class Tomboy.TaskManager.TaskListParser

Class for parsing notes for tasklists and tasks
Afficher le fichier Open project: rggjan/Tomboy-Todo-List Class Usage Examples

Private Properties

Свойство Type Description
PrepareTaskListTags TextRange>.Dictionary
PrepareTaskTags TextRange>.Dictionary
TryGetExisting List

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat List

TaskListParser() public méthode

public TaskListParser ( Note note ) : System
note Tomboy.Note
Résultat System