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
Afficher le fichier Open project: rggjan/Tomboy-Todo-List Class Usage Examples

Méthodes publiques

Méthode Description
GetMinDueDateVisitor ( ) : System
visit ( Note n ) : void
visit ( Task t ) : void
visit ( TaskList tl ) : void

Method Details

GetMinDueDateVisitor() public méthode

public GetMinDueDateVisitor ( ) : System
Résultat System

visit() public méthode

public visit ( Note n ) : void
n Note
Résultat void

visit() public méthode

public visit ( Task t ) : void
t Task
Résultat void

visit() public méthode

public visit ( TaskList tl ) : void
tl TaskList
Résultat void