C# Class BgEngine.Controllers.AlbumController

Inheritance: BaseController
Show file Open project: yagopv/BgEngine

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

AlbumController() public method

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

DownloadAlbum() public method

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
return System.Web.Mvc.ActionResult