C# Class TaskManagement.ObjectModel.TaskCollection

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

Méthodes publiques

Méthode Description
TaskCollection ( ) : System
this ( System.Guid id ) : Task
this ( int index ) : Task

Private Methods

Méthode Description
Add ( Task task ) : void

Method Details

TaskCollection() public méthode

public TaskCollection ( ) : System
Résultat System

this() public méthode

public this ( System.Guid id ) : Task
id System.Guid
Résultat Task

this() public méthode

public this ( int index ) : Task
index int
Résultat Task