C# 클래스 Tomboy.TaskManager.TaskListParser

Class for parsing notes for tasklists and tasks
파일 보기 프로젝트 열기: rggjan/Tomboy-Todo-List 1 사용 예제들

Private Properties

프로퍼티 타입 설명
PrepareTaskListTags TextRange>.Dictionary
PrepareTaskTags TextRange>.Dictionary
TryGetExisting List

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Parse() 공개 메소드

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
리턴 List

TaskListParser() 공개 메소드

public TaskListParser ( Note note ) : System
note Tomboy.Note
리턴 System