Méthode | Description | |
---|---|---|
HumanTasksController ( ITaskProcessor iTaskProcessor, IEmployeeRepository iEmployeeRepository ) : System | ||
HumanTasksController ( ITaskProcessor taskProcessor, IEmployeeRepository employeeRepository, IUserProcessor userProcessor ) : System |
Initializes a new instance of the HumanTasksController class.
|
|
HumanTasksController ( ITaskProcessor taskProcessor, IUserProcessor userProcessor, IUserRepository userRepository ) : System |
Initializes a new instance of the HumanTasksController class.
|
Méthode | Description | |
---|---|---|
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void |
Méthode | Description | |
---|---|---|
AllManagersWithTasks ( ) : System.Web.Mvc.ActionResult | ||
AllTasks ( ) : System.Web.Mvc.ViewResult | ||
Create ( |
||
Create ( |
||
Create ( int managerId ) : System.Web.Mvc.ActionResult | ||
Create ( int managerId, int projectId ) : System.Web.Mvc.ActionResult | ||
CreateSingleTaskViewModelById ( int id ) : |
The create single task view createModel by id.
|
|
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ViewResult | ||
Edit ( |
||
Edit ( |
||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
ManagerDetails ( int managerId ) : System.Web.Mvc.ActionResult | ||
MoveTask ( int taskId, int senderId, int receiverId ) : void | ||
UserDetails ( int userId ) : System.Web.Mvc.ActionResult |
public HumanTasksController ( ITaskProcessor iTaskProcessor, IEmployeeRepository iEmployeeRepository ) : System | ||
iTaskProcessor | ITaskProcessor | |
iEmployeeRepository | IEmployeeRepository | |
Résultat | System |
public HumanTasksController ( ITaskProcessor taskProcessor, IEmployeeRepository employeeRepository, IUserProcessor userProcessor ) : System | ||
taskProcessor | ITaskProcessor | The task processor. |
employeeRepository | IEmployeeRepository | The employee repository. |
userProcessor | IUserProcessor | |
Résultat | System |
public HumanTasksController ( ITaskProcessor taskProcessor, IUserProcessor userProcessor, IUserRepository userRepository ) : System | ||
taskProcessor | ITaskProcessor | /// The task processor. /// |
userProcessor | IUserProcessor | /// The user processor. /// |
userRepository | IUserRepository | /// The user Repository. /// |
Résultat | System |
protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ExceptionContext | |
Résultat | void |