C# Class Tomboy.TaskManager.GetMinDueDateVisitor

Visitor that traverses the task structure for the minimum duedate of all lower level attributedtasks. If no duedate is set, the default return is the current day
Inheritance: Visitor
Mostra file Open project: rggjan/Tomboy-Todo-List Class Usage Examples

Public Methods

Method Description
GetMinDueDateVisitor ( ) : System
visit ( Note n ) : void
visit ( Task t ) : void
visit ( TaskList tl ) : void

Method Details

GetMinDueDateVisitor() public method

public GetMinDueDateVisitor ( ) : System
return System

visit() public method

public visit ( Note n ) : void
n Note
return void

visit() public method

public visit ( Task t ) : void
t Task
return void

visit() public method

public visit ( TaskList tl ) : void
tl TaskList
return void