C# 클래스 BgEngine.Controllers.AlbumController

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

공개 메소드들

메소드 설명
AlbumController ( IMediaServices mediaservices, IService albumservices ) : System

ctor

DownloadAlbum ( int id ) : System.Web.Mvc.ActionResult

Download an Album converting a list of Images in a zip file

비공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Create ( Album album ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id, bool deleteRelated ) : System.Web.Mvc.ActionResult
Edit ( Album album ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Galleria ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

메소드 상세

AlbumController() 공개 메소드

ctor
public AlbumController ( IMediaServices mediaservices, IService albumservices ) : System
mediaservices IMediaServices
albumservices IService
리턴 System

DownloadAlbum() 공개 메소드

Download an Album converting a list of Images in a zip file
public DownloadAlbum ( int id ) : System.Web.Mvc.ActionResult
id int The identity of the Album
리턴 System.Web.Mvc.ActionResult