C# Class TaskManagement.ObjectModel.ProjectCollection

Inheritance: System.Collections.CollectionBase
Exibir arquivo Open project: bamboo/Bamboo.Prevalence Class Usage Examples

Public Methods

Method Description
ProjectCollection ( ) : System
this ( System.Guid id ) : Project

Retorna o projeto de identificador indicado.

this ( int index ) : Project

Private Methods

Method Description
Add ( Project project ) : void

Method Details

ProjectCollection() public method

public ProjectCollection ( ) : System
return System

this() public method

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
return Project

this() public method

public this ( int index ) : Project
index int
return Project