Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddComment ( string text ) : void |
Adds the given text as comment.
|
|
AddTask ( Task task ) : void |
Adds the given task
|
|
GetTasksWith ( State state ) : IList |
Gets all tasks with the given state
|
|
GetTimeRegistrations ( ) : IList |
Gets all timeregistrations for all tasks belonging to this story.
|
|
IsEstimatedTimeOfTasksLessThenEstimatedTimeOfStory ( ) : bool |
Determines whether the estimated time of all tasks is less then the estimated time of this story.
|
|
RemoveTask ( Task task ) : void |
Removes the given task
|
|
Story ( |
Initializes a new instance of the Story class.
|
|
TotalTimeSpent ( ) : System.TimeSpan |
Gets the total amount of time spent on this story.
|
|
TotalTimeSpent ( System.DateTime startDate, System.DateTime endDate ) : System.TimeSpan |
Gets the total amount of time spent on this story between the given startdate and enddate.
|
Method | Description | |
---|---|---|
AddSprintStory ( |
Adds the given sprintstory
|
|
Story ( ) : System |
Initializes a new instance of the Story class.
|
public AddComment ( string text ) : void | ||
text | string | The tekst. |
return | void |
protected AddSprintStory ( |
||
sprintStory | The sprintstory. | |
return | void |
public GetTasksWith ( State state ) : IList |
||
state | State | The state. |
return | IList |
public IsEstimatedTimeOfTasksLessThenEstimatedTimeOfStory ( ) : bool | ||
return | bool |
public Story ( |
||
project | The project. | |
createdBy | Interfaces.User | The user that created this story. |
impact | Impact | The impact. |
storyType | StoryType | Type of the story. |
return | System |
public TotalTimeSpent ( System.DateTime startDate, System.DateTime endDate ) : System.TimeSpan | ||
startDate | System.DateTime | The start date. |
endDate | System.DateTime | The end date. |
return | System.TimeSpan |