Method | Description | |
---|---|---|
Create ( int project ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
TaskController ( IViewModelFactory vmf, ZetboxContextHttpScope contextScope ) : System |
Method | Description | |
---|---|---|
Create ( int project, TaskEditViewModel vmdl ) : System.Web.Mvc.ActionResult | ||
Delete ( int id, System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult | ||
Edit ( TaskEditViewModel vmdl ) : System.Web.Mvc.ActionResult |
public Create ( int project ) : System.Web.Mvc.ActionResult | ||
project | int | |
return | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public TaskController ( IViewModelFactory vmf, ZetboxContextHttpScope contextScope ) : System | ||
vmf | IViewModelFactory | |
contextScope | ZetboxContextHttpScope | |
return | System |