Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( int page ) : System.Web.Mvc.ActionResult | ||
ProjectController ( IViewModelFactory vmf, ZetboxContextHttpScope contextScope ) : System |
Method | Description | |
---|---|---|
Create ( DataObjectEditViewModel |
||
Edit ( DataObjectEditViewModel |
||
Index ( ProjectSearchViewModel mdl ) : System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
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 Index ( int page ) : System.Web.Mvc.ActionResult | ||
page | int | |
return | System.Web.Mvc.ActionResult |
public ProjectController ( IViewModelFactory vmf, ZetboxContextHttpScope contextScope ) : System | ||
vmf | IViewModelFactory | |
contextScope | ZetboxContextHttpScope | |
return | System |