C# Class TaskManagement.ObjectModel.ProjectCollection

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

Méthodes publiques

Méthode Description
ProjectCollection ( ) : System
this ( System.Guid id ) : Project

Retorna o projeto de identificador indicado.

this ( int index ) : Project

Private Methods

Méthode Description
Add ( Project project ) : void

Method Details

ProjectCollection() public méthode

public ProjectCollection ( ) : System
Résultat System

this() public méthode

Retorna o projeto de identificador indicado.
/// caso n�o exista projeto algum de identificador /// igual ao indicado ///
public this ( System.Guid id ) : Project
id System.Guid
Résultat Project

this() public méthode

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