Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
AddRole ( SprintRole role ) : void |
Adds the given sprintrole to the current set of sprintroles.
|
|
DecoupleSprintUser ( ) : void |
Decouple this sprintuser from its sprint and user so that it can be deleted.
|
|
GetClosedTasks ( ) : ReadOnlyCollection |
Gets a readonly collection of the tasks this user has closed.
|
|
GetTakenTasks ( ) : ReadOnlyCollection |
Gets a readonly collection of the tasks this user has taken
|
|
GetTakenTasksWithSprintBacklogPriority ( Priority priority ) : IList |
Gets all tasks this user has taken with the given sprintbacklog priority todo: expensive!
|
|
HasExactlyThisSprintRole ( SprintRole role ) : bool |
Determines if this sprintuser has EXACTLY the same sprintrole as the given role
|
|
HasSprintRole ( SprintRole role ) : bool |
Determines if this sprintuser has the given sprintrole
|
|
RemoveRole ( SprintRole role ) : void |
Removes the given role from the current set of roles.
|
|
SprintUser ( ) : System |
Initializes a new instance of the SprintUser class.
|
|
SprintUser ( User user, JelloScrum.Model.Entities.Sprint sprint, SprintRole role ) : System |
Initializes a new instance of the SprintUser class for the given user, sprint and role.
|
|
TakeOverTask ( |
Take over the given task from its current assigned user
|
|
TakeTask ( |
Take the given task
|
|
UnAssignTask ( |
The assigned user gives the task up and is no longer the assigned user. The tasks state is set to open again.
|
public AddRole ( SprintRole role ) : void | ||
role | SprintRole | The role. |
Résultat | void |
public GetClosedTasks ( ) : ReadOnlyCollection |
||
Résultat | ReadOnlyCollection |
public GetTakenTasks ( ) : ReadOnlyCollection |
||
Résultat | ReadOnlyCollection |
public GetTakenTasksWithSprintBacklogPriority ( Priority priority ) : IList |
||
priority | Priority | The sprintbacklog priority. |
Résultat | IList |
public HasExactlyThisSprintRole ( SprintRole role ) : bool | ||
role | SprintRole | The role. |
Résultat | bool |
public HasSprintRole ( SprintRole role ) : bool | ||
role | SprintRole | The role. |
Résultat | bool |
public RemoveRole ( SprintRole role ) : void | ||
role | SprintRole | The role. |
Résultat | void |
public SprintUser ( User user, JelloScrum.Model.Entities.Sprint sprint, SprintRole role ) : System | ||
user | User | The user. |
sprint | JelloScrum.Model.Entities.Sprint | The sprint. |
role | SprintRole | The role. |
Résultat | System |
public TakeOverTask ( |
||
task | The task. | |
Résultat | void |
public UnAssignTask ( |
||
task | The taks. | |
Résultat | void |