C# Класс BinaryStudio.TaskManager.Web.Controllers.QuickTaskController

The quick task controller.
Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
QuickTaskCreation ( int projectId, string description ) : System.Web.Mvc.ActionResult

Описание методов

QuickTaskController() публичный Метод

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. ///
Результат System

QuickTaskCreation() публичный Метод

The quick task creation.
public QuickTaskCreation ( HumanTask humanTask ) : System.Web.Mvc.ActionResult
humanTask BinaryStudio.TaskManager.Logic.Domain.HumanTask /// The human Task. ///
Результат System.Web.Mvc.ActionResult