C# Class MyFirstPrevalentSystem.ToDoList

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: bamboo/Bamboo.Prevalence Class Usage Examples

Méthodes publiques

Méthode Description
AddTask ( Task task ) : void
MarkTaskAsDone ( int taskID ) : void
ToDoList ( ) : System

Method Details

AddTask() public méthode

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

MarkTaskAsDone() public méthode

public MarkTaskAsDone ( int taskID ) : void
taskID int
Résultat void

ToDoList() public méthode

public ToDoList ( ) : System
Résultat System