C# 클래스 JelloScrum.Model.Entities.Project

상속: ModelBase
파일 보기 프로젝트 열기: auxilium/JelloScrum 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddSprint ( JelloScrum.Model.Entities.Sprint sprint ) : void

Adds the given sprint

AddStory ( Story story ) : void

Adds the given story

GetAllOpenSprints ( ) : IList

Gets all open sprints

GetAllPlannableStories ( ) : IList

Gets all stories that can be planned.

GetAllStoriesWithUndefinedPriorities ( ) : IList

Gets all stories without a priority.

Project ( ) : System.Collections.Generic

Initializes a new instance of the Project class.

Project ( string name, string description ) : System.Collections.Generic

Initializes a new instance of the Project class with the given name and description.

메소드 상세

AddSprint() 공개 메소드

Adds the given sprint
public AddSprint ( JelloScrum.Model.Entities.Sprint sprint ) : void
sprint JelloScrum.Model.Entities.Sprint The sprint.
리턴 void

AddStory() 공개 메소드

Adds the given story
public AddStory ( Story story ) : void
story Story The story.
리턴 void

GetAllOpenSprints() 공개 메소드

Gets all open sprints
public GetAllOpenSprints ( ) : IList
리턴 IList

GetAllPlannableStories() 공개 메소드

Gets all stories that can be planned.
public GetAllPlannableStories ( ) : IList
리턴 IList

GetAllStoriesWithUndefinedPriorities() 공개 메소드

Gets all stories without a priority.
public GetAllStoriesWithUndefinedPriorities ( ) : IList
리턴 IList

Project() 공개 메소드

Initializes a new instance of the Project class.
public Project ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Project() 공개 메소드

Initializes a new instance of the Project class with the given name and description.
public Project ( string name, string description ) : System.Collections.Generic
name string The naam.
description string The description.
리턴 System.Collections.Generic