C# 클래스 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.
상속: SpecialNotebook
파일 보기 프로젝트 열기: rggjan/Tomboy-Todo-List

공개 메소드들

메소드 설명
ContainsNote ( Note n ) : bool

Checks wheter a Note is in this Notebook or not.

GetTemplateNote ( ) : Note
OverdueTasksNotebook ( ) : System

메소드 상세

ContainsNote() 공개 메소드

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

GetTemplateNote() 공개 메소드

public GetTemplateNote ( ) : Note
리턴 Tomboy.Note

OverdueTasksNotebook() 공개 메소드

public OverdueTasksNotebook ( ) : System
리턴 System