C# Class Tomboy.TaskManager.OverdueTasksNotebook

This represents a Dialog in the Tomboy Search Notes Dialog and is responsible for showing all notes who have tasklists containing tasks that are not done but their due date is already in the past.
Inheritance: SpecialNotebook
Afficher le fichier Open project: rggjan/Tomboy-Todo-List

Méthodes publiques

Méthode Description
ContainsNote ( Note n ) : bool

Checks wheter a Note is in this Notebook or not.

GetTemplateNote ( ) : Note
OverdueTasksNotebook ( ) : System

Method Details

ContainsNote() public méthode

Checks wheter a Note is in this Notebook or not.
public ContainsNote ( Note n ) : bool
n Tomboy.Note /// A ///
Résultat bool

GetTemplateNote() public méthode

public GetTemplateNote ( ) : Note
Résultat Tomboy.Note

OverdueTasksNotebook() public méthode

public OverdueTasksNotebook ( ) : System
Résultat System