C# 클래스 TaskNotes.Controllers.TaskController

상속: Controller
파일 보기 프로젝트 열기: fkalseth/tasknotes

공개 메소드들

메소드 설명
Cancel ( System.Guid taskId ) : System.Web.Mvc.ActionResult
Complete ( System.Guid taskId ) : System.Web.Mvc.ActionResult
TaskController ( ICommandSender commands, TaskDtoRepository repository ) : System

비공개 메소드들

메소드 설명
Create ( TaskDto task ) : System.Web.Mvc.ActionResult
Create ( ) : System.Web.Mvc.ViewResult
Execute ( ICommand command ) : System.Web.Mvc.ActionResult
Postpone ( NewDueDateViewModel task ) : System.Web.Mvc.ActionResult
Postpone ( System.Guid taskId ) : System.Web.Mvc.ViewResult
Prioritise ( NewDueDateViewModel task ) : System.Web.Mvc.ActionResult
Prioritise ( System.Guid taskId ) : System.Web.Mvc.ViewResult

메소드 상세

Cancel() 공개 메소드

public Cancel ( System.Guid taskId ) : System.Web.Mvc.ActionResult
taskId System.Guid
리턴 System.Web.Mvc.ActionResult

Complete() 공개 메소드

public Complete ( System.Guid taskId ) : System.Web.Mvc.ActionResult
taskId System.Guid
리턴 System.Web.Mvc.ActionResult

TaskController() 공개 메소드

public TaskController ( ICommandSender commands, TaskDtoRepository repository ) : System
commands ICommandSender
repository TaskDtoRepository
리턴 System