Свойство | Type | Description | |
---|---|---|---|
AddTimeRegistration | void | ||
CreateLogmessage | void |
Méthode | Description | |
---|---|---|
AddComment ( TaskComment comment ) : void |
Add a comment
|
|
Close ( ) : void |
Close this task.
|
|
GetTimeRegistrationsFor ( User user ) : IList |
Gets all timeregistrations of the given user.
|
|
GetTimeRegistrationsFor ( User user, Sprint sprint, DateTime date ) : IList |
Gets all timeregistrations of the given user for the given sprint and date.
|
|
RegisterTime ( User user, DateTime date, Sprint sprint, TimeSpan time ) : void |
Register time spent on this task.
|
|
RemoveComment ( TaskComment comment ) : void |
Remove a comment
|
|
RemoveTimeRegistration ( TimeRegistration timeRegistration ) : void |
Removes a timeregistration.
|
|
SetAsNotTaken ( ) : void |
Sets this task as not-taken.
|
|
Task ( ) : System |
Initializes a new instance of the Task class.
|
|
Task ( Story story ) : System |
Initializes a new instance of the Task class for the given story.
|
|
Task ( string description ) : System |
Initializes a new instance of the Task class with the given description.
|
|
TotaalBestedeTijd ( User user, DateTime date ) : TimeSpan |
Calculates the total time spent on this task by the given user on the given date.
|
|
TotalTimeSpent ( ) : TimeSpan |
Calculates the total time spent on this task.
|
|
TotalTimeSpent ( DateTime date ) : TimeSpan |
Calculates the total time spent on this task on the given date.
|
|
TotalTimeSpent ( DateTime startDate, DateTime endDate ) : TimeSpan |
Calculates the total time spent on this task between the given start and end date.
|
|
TotalTimeSpent ( User user, DateRange dateRange ) : TimeSpan |
Calculates the total time spent on this task by the given user in the given daterange.
|
|
UnassignTaskAndSetSatusAsOpen ( string logTitle, string logText ) : void |
Decouple this task from the user it was assigned to, set status as open and create a logmessage.
|
Méthode | Description | |
---|---|---|
AddTimeRegistration ( |
Adds a timeregistration.
|
|
CreateLogmessage ( string title, string text ) : void |
Create a logmessage
|
public AddComment ( TaskComment comment ) : void | ||
comment | TaskComment | The comment. |
Résultat | void |
public GetTimeRegistrationsFor ( User user ) : IList |
||
user | User | The user. |
Résultat | IList |
public GetTimeRegistrationsFor ( User user, Sprint sprint, DateTime date ) : IList |
||
user | User | The user. |
sprint | Sprint | The sprint. |
date | DateTime | The date. |
Résultat | IList |
public RegisterTime ( User user, DateTime date, Sprint sprint, TimeSpan time ) : void | ||
user | User | The user. |
date | DateTime | The date. |
sprint | Sprint | De sprint. |
time | TimeSpan | The time. |
Résultat | void |
public RemoveComment ( TaskComment comment ) : void | ||
comment | TaskComment | The comment. |
Résultat | void |
public RemoveTimeRegistration ( TimeRegistration timeRegistration ) : void | ||
timeRegistration | TimeRegistration | The time registration. |
Résultat | void |
public Task ( string description ) : System | ||
description | string | The description. |
Résultat | System |
public TotaalBestedeTijd ( User user, DateTime date ) : TimeSpan | ||
user | User | The user. |
date | DateTime | The date. |
Résultat | TimeSpan |
public TotalTimeSpent ( DateTime date ) : TimeSpan | ||
date | DateTime | The date. |
Résultat | TimeSpan |
public TotalTimeSpent ( DateTime startDate, DateTime endDate ) : TimeSpan | ||
startDate | DateTime | The start date. |
endDate | DateTime | The end date. |
Résultat | TimeSpan |
public TotalTimeSpent ( User user, DateRange dateRange ) : TimeSpan | ||
user | User | The user. |
dateRange | DateRange | The date range. |
Résultat | TimeSpan |
public UnassignTaskAndSetSatusAsOpen ( string logTitle, string logText ) : void | ||
logTitle | string | |
logText | string | |
Résultat | void |