Метод | Описание | |
---|---|---|
GetGalleriaJson ( int id ) : System.Web.Mvc.JsonResult | ||
GetImageAutoCompleteSuggestions ( string term ) : System.Web.Mvc.JsonResult | ||
ImageController ( IMediaServices mediaservices, IService imageservices, IService |
||
ShowAllImages ( int page, string searchstring ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Create ( Image image ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ViewResult | ||
Edit ( Image image ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( int id ) : System.Web.Mvc.ViewResult |
public GetGalleriaJson ( int id ) : System.Web.Mvc.JsonResult | ||
id | int | |
Результат | System.Web.Mvc.JsonResult |
public GetImageAutoCompleteSuggestions ( string term ) : System.Web.Mvc.JsonResult | ||
term | string | |
Результат | System.Web.Mvc.JsonResult |
public ImageController ( IMediaServices mediaservices, IService imageservices, IService |
||
mediaservices | IMediaServices | |
imageservices | IService | |
albumservices | IService |
|
Результат | System |
public ShowAllImages ( int page, string searchstring ) : System.Web.Mvc.ActionResult | ||
page | int | |
searchstring | string | |
Результат | System.Web.Mvc.ActionResult |