C# 클래스 Tomboy.TaskManager.AttributedTask

Class that represents the common functionality of TaskList and Task
파일 보기 프로젝트 열기: rggjan/Tomboy-Todo-List 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Position Gtk.TextMark
utils TaskNoteUtilities

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

AddDueDate() 공개 메소드

public AddDueDate ( System.DateTime date ) : void
date System.DateTime
리턴 void

Description() 공개 메소드

public Description ( ) : String
리턴 String

Initialize() 공개 메소드

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

IsOverdue() 공개 메소드

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
리턴 bool

프로퍼티 상세

Position 보호되어 있는 프로퍼티

protected TextMark,Gtk Position
리턴 Gtk.TextMark

utils 보호되어 있는 프로퍼티

protected TaskNoteUtilities,Tomboy.TaskManager utils
리턴 TaskNoteUtilities