프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
AddSprint ( JelloScrum.Model.Entities.Sprint sprint ) : void |
Adds the given sprint
|
|
AddStory ( |
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.
|
public AddSprint ( JelloScrum.Model.Entities.Sprint sprint ) : void | ||
sprint | JelloScrum.Model.Entities.Sprint | The sprint. |
리턴 | void |
public GetAllStoriesWithUndefinedPriorities ( ) : IList |
||
리턴 | IList |
public Project ( string name, string description ) : System.Collections.Generic | ||
name | string | The naam. |
description | string | The description. |
리턴 | System.Collections.Generic |