C# Class BinaryStudio.TaskManager.Web.Controllers.QuickTaskController

The quick task controller.
Inheritance: Controller
Show file Open project: dv00d00/BinaryStudio.TaskManager

Public Methods

Method Description
QuickTaskController ( IUserProcessor userProcessor, ITaskProcessor taskProcessor, INotifier notifier, INewsProcessor newsProcessor, IStringExtensions stringExtensions ) : System

Initializes a new instance of the QuickTaskController class.

QuickTaskCreation ( HumanTask humanTask ) : System.Web.Mvc.ActionResult

The quick task creation.

Private Methods

Method Description
QuickTaskCreation ( int projectId, string description ) : System.Web.Mvc.ActionResult

Method Details

QuickTaskController() public method

Initializes a new instance of the QuickTaskController class.
public QuickTaskController ( IUserProcessor userProcessor, ITaskProcessor taskProcessor, INotifier notifier, INewsProcessor newsProcessor, IStringExtensions stringExtensions ) : System
userProcessor IUserProcessor /// The user processor. ///
taskProcessor ITaskProcessor /// The task processor. ///
notifier INotifier /// The notifier. ///
newsProcessor INewsProcessor /// The news processor. ///
stringExtensions IStringExtensions /// The string extensions. ///
return System

QuickTaskCreation() public method

The quick task creation.
public QuickTaskCreation ( HumanTask humanTask ) : System.Web.Mvc.ActionResult
humanTask BinaryStudio.TaskManager.Logic.Domain.HumanTask /// The human Task. ///
return System.Web.Mvc.ActionResult