C# 클래스 TaskManagement.ObjectModel.ProjectCollection

상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: bamboo/Bamboo.Prevalence 1 사용 예제들

공개 메소드들

메소드 설명
ProjectCollection ( ) : System
this ( System.Guid id ) : Project

Retorna o projeto de identificador indicado.

this ( int index ) : Project

비공개 메소드들

메소드 설명
Add ( Project project ) : void

메소드 상세

ProjectCollection() 공개 메소드

public ProjectCollection ( ) : System
리턴 System

this() 공개 메소드

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
리턴 Project

this() 공개 메소드

public this ( int index ) : Project
index int
리턴 Project