C# Class Adroit.Data.Project

Inheritance: IIndexable
Afficher le fichier Open project: chergert/adroit Class Usage Examples

Méthodes publiques

Méthode Description
AddTask ( Task task ) : void
InsertTask ( int index, Task task ) : void
RemoveTask ( Task task ) : void

Private Methods

Méthode Description
Task_OnChanged ( object sender, EventArgs args ) : void

Method Details

AddTask() public méthode

public AddTask ( Task task ) : void
task Task
Résultat void

InsertTask() public méthode

public InsertTask ( int index, Task task ) : void
index int
task Task
Résultat void

RemoveTask() public méthode

public RemoveTask ( Task task ) : void
task Task
Résultat void