C# Class BgEngine.Controllers.ImageController

Inheritance: BaseController
Afficher le fichier Open project: yagopv/BgEngine

Méthodes publiques

Méthode Description
GetGalleriaJson ( int id ) : System.Web.Mvc.JsonResult
GetImageAutoCompleteSuggestions ( string term ) : System.Web.Mvc.JsonResult
ImageController ( IMediaServices mediaservices, IService imageservices, IService albumservices ) : System
ShowAllImages ( int page, string searchstring ) : System.Web.Mvc.ActionResult

Private Methods

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

Method Details

GetGalleriaJson() public méthode

public GetGalleriaJson ( int id ) : System.Web.Mvc.JsonResult
id int
Résultat System.Web.Mvc.JsonResult

GetImageAutoCompleteSuggestions() public méthode

public GetImageAutoCompleteSuggestions ( string term ) : System.Web.Mvc.JsonResult
term string
Résultat System.Web.Mvc.JsonResult

ImageController() public méthode

public ImageController ( IMediaServices mediaservices, IService imageservices, IService albumservices ) : System
mediaservices IMediaServices
imageservices IService
albumservices IService
Résultat System

ShowAllImages() public méthode

public ShowAllImages ( int page, string searchstring ) : System.Web.Mvc.ActionResult
page int
searchstring string
Résultat System.Web.Mvc.ActionResult