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
Mostra file Open project: rggjan/Tomboy-Todo-List

Public Methods

Method Description
ContainsNote ( Note n ) : bool

Checks wheter a Note is in this Notebook or not.

GetTemplateNote ( ) : Note
OverdueTasksNotebook ( ) : System

Method Details

ContainsNote() public method

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

GetTemplateNote() public method

public GetTemplateNote ( ) : Note
return Tomboy.Note

OverdueTasksNotebook() public method

public OverdueTasksNotebook ( ) : System
return System