C# Class TaskNotes.Controllers.TaskController

Inheritance: Controller
Afficher le fichier Open project: fkalseth/tasknotes

Méthodes publiques

Méthode Description
Cancel ( System.Guid taskId ) : System.Web.Mvc.ActionResult
Complete ( System.Guid taskId ) : System.Web.Mvc.ActionResult
TaskController ( ICommandSender commands, TaskDtoRepository repository ) : System

Private Methods

Méthode Description
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

Method Details

Cancel() public méthode

public Cancel ( System.Guid taskId ) : System.Web.Mvc.ActionResult
taskId System.Guid
Résultat System.Web.Mvc.ActionResult

Complete() public méthode

public Complete ( System.Guid taskId ) : System.Web.Mvc.ActionResult
taskId System.Guid
Résultat System.Web.Mvc.ActionResult

TaskController() public méthode

public TaskController ( ICommandSender commands, TaskDtoRepository repository ) : System
commands ICommandSender
repository TaskDtoRepository
Résultat System