C# 클래스 BgEngine.Controllers.ImageController

상속: BaseController
파일 보기 프로젝트 열기: yagopv/BgEngine

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

GetGalleriaJson() 공개 메소드

public GetGalleriaJson ( int id ) : System.Web.Mvc.JsonResult
id int
리턴 System.Web.Mvc.JsonResult

GetImageAutoCompleteSuggestions() 공개 메소드

public GetImageAutoCompleteSuggestions ( string term ) : System.Web.Mvc.JsonResult
term string
리턴 System.Web.Mvc.JsonResult

ImageController() 공개 메소드

public ImageController ( IMediaServices mediaservices, IService imageservices, IService albumservices ) : System
mediaservices IMediaServices
imageservices IService
albumservices IService
리턴 System

ShowAllImages() 공개 메소드

public ShowAllImages ( int page, string searchstring ) : System.Web.Mvc.ActionResult
page int
searchstring string
리턴 System.Web.Mvc.ActionResult