C# Класс Tomboy.TaskManager.CheckDoneVisitor

Visitor that checks upwards whether the changes in the level below (task -> subtask or tasklist -> task) Made the corresponding task complete (in terms of every child is done) or incomplete The correspondonding policies can be adjusted via the Task class
Наследование: Visitor
Показать файл Открыть проект

Открытые методы

Метод Описание
CheckDoneVisitor ( bool done ) : System

Expects whether we are checking for 'new' tasks/tasklists to mark as done or not done

visit ( Note n ) : void
visit ( Task task ) : void
visit ( TaskList taskList ) : void

Описание методов

CheckDoneVisitor() публичный Метод

Expects whether we are checking for 'new' tasks/tasklists to mark as done or not done
public CheckDoneVisitor ( bool done ) : System
done bool /// A ///
Результат System

visit() публичный Метод

public visit ( Note n ) : void
n Note
Результат void

visit() публичный Метод

public visit ( Task task ) : void
task Task
Результат void

visit() публичный Метод

public visit ( TaskList taskList ) : void
taskList TaskList
Результат void