C# 클래스 BinaryStudio.TaskManager.Web.Controllers.QuickTaskController

The quick task controller.
상속: Controller
파일 보기 프로젝트 열기: dv00d00/BinaryStudio.TaskManager

공개 메소드들

메소드 설명
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