C# Class Tomboy.TaskManager.AttributedTask

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

Protected Properties

Property Type Description
Position Gtk.TextMark
utils TaskNoteUtilities

Private Properties

Property Type Description

Public Methods

Method 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 method

public AddDueDate ( System.DateTime date ) : void
date System.DateTime
return void

Description() public method

public Description ( ) : String
return String

Initialize() public method

public Initialize ( Gtk.TextIter iter, AttributedTaskTag tag ) : void
iter Gtk.TextIter
tag AttributedTaskTag
return void

IsOverdue() public method

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
return bool

Property Details

Position protected_oe property

protected TextMark,Gtk Position
return Gtk.TextMark

utils protected_oe property

protected TaskNoteUtilities,Tomboy.TaskManager utils
return TaskNoteUtilities