C# Class Tomboy.TaskManager.AttributedTaskTag

Class for the tag representation of a task or tasklist in the buffer Used by AttributedTask - Sums up the commonalities between tasktag and tasklisttag
Inheritance: DynamicNoteTag
Afficher le fichier Open project: rggjan/Tomboy-Todo-List Class Usage Examples

Méthodes publiques

Méthode Description
Bind ( AttributedTask attributedTask ) : void

Attach a task or tasklist to this tag

Initialize ( string elementName ) : void

Set common (TaskListtag, Tasktag) properties

Method Details

Bind() public méthode

Attach a task or tasklist to this tag
public Bind ( AttributedTask attributedTask ) : void
attributedTask AttributedTask
Résultat void

Initialize() public méthode

Set common (TaskListtag, Tasktag) properties
public Initialize ( string elementName ) : void
elementName string
Résultat void