C# 클래스 TaskManagement.ObjectModel.TaskCollection

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

공개 메소드들

메소드 설명
TaskCollection ( ) : System
this ( System.Guid id ) : Task
this ( int index ) : Task

비공개 메소드들

메소드 설명
Add ( Task task ) : void

메소드 상세

TaskCollection() 공개 메소드

public TaskCollection ( ) : System
리턴 System

this() 공개 메소드

public this ( System.Guid id ) : Task
id System.Guid
리턴 Task

this() 공개 메소드

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