C# Class Tomboy.TaskManager.AttributedTask

Class that represents the common functionality of TaskList and Task
Afficher le fichier Open project: rggjan/Tomboy-Todo-List Class Usage Examples

Protected Properties

Свойство Type Description
Position Gtk.TextMark
utils TaskNoteUtilities

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddDueDate ( System.DateTime date ) : void
Description ( ) : String
Initialize ( Gtk.TextIter iter, AttributedTaskTag tag ) : void
IsOverdue ( ) : bool

True if this task's duedate lies in the past, false if the duedates time is in the future or not set.

Method Details

AddDueDate() public méthode

public AddDueDate ( System.DateTime date ) : void
date System.DateTime
Résultat void

Description() public méthode

public Description ( ) : String
Résultat String

Initialize() public méthode

public Initialize ( Gtk.TextIter iter, AttributedTaskTag tag ) : void
iter Gtk.TextIter
tag AttributedTaskTag
Résultat void

IsOverdue() public méthode

True if this task's duedate lies in the past, false if the duedates time is in the future or not set.
public IsOverdue ( ) : bool
Résultat bool

Property Details

Position protected_oe property

protected TextMark,Gtk Position
Résultat Gtk.TextMark

utils protected_oe property

protected TaskNoteUtilities,Tomboy.TaskManager utils
Résultat TaskNoteUtilities