C# Class Streameo.Controllers.BrowseController

Inheritance: Controller
Afficher le fichier Open project: Archon-/Streameo

Méthodes publiques

Méthode Description
Album ( int id ) : System.Web.Mvc.ViewResult
AlbumList ( int Id ) : System.Web.Mvc.ActionResult
Artist ( string artist ) : System.Web.Mvc.ViewResult
Genre ( string name ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CreateAlbum ( AlbumViewModel collection, System.Web.HttpPostedFileBase file ) : System.Web.Mvc.ActionResult
CreateAlbum ( string artist ) : System.Web.Mvc.ActionResult
CreateArtist ( ) : System.Web.Mvc.ActionResult
CreateArtist ( Artist artist, System.Web.HttpPostedFileBase file ) : System.Web.Mvc.ActionResult
CreateSong ( SongViewModel collection, System.Web.HttpPostedFileBase file ) : System.Web.Mvc.ActionResult
CreateSong ( string artist, string album ) : System.Web.Mvc.ActionResult
CreateSongFromTags ( System.Web.HttpPostedFileBase file ) : System.Web.Mvc.ActionResult
DeleteAlbum ( int id ) : System.Web.Mvc.ActionResult
DeleteAlbumConfirmed ( int id ) : System.Web.Mvc.ActionResult
DeleteArtist ( int id ) : System.Web.Mvc.ActionResult
DeleteArtistConfirmed ( int id ) : System.Web.Mvc.ActionResult
DeleteSong ( int id ) : System.Web.Mvc.ActionResult
DeleteSongConfirmed ( int id ) : System.Web.Mvc.ActionResult
EditAlbum ( AlbumViewModel collection, System.Web.HttpPostedFileBase file ) : System.Web.Mvc.ActionResult
EditAlbum ( int id ) : System.Web.Mvc.ActionResult
EditArtist ( Artist artist, System.Web.HttpPostedFileBase file ) : System.Web.Mvc.ActionResult
EditArtist ( int id ) : System.Web.Mvc.ActionResult
EditSong ( SongViewModel collection, System.Web.HttpPostedFileBase file ) : System.Web.Mvc.ActionResult
EditSong ( int id, string artist, string album ) : System.Web.Mvc.ActionResult
Rate ( int id, double rating ) : double

Method Details

Album() public méthode

public Album ( int id ) : System.Web.Mvc.ViewResult
id int
Résultat System.Web.Mvc.ViewResult

AlbumList() public méthode

public AlbumList ( int Id ) : System.Web.Mvc.ActionResult
Id int
Résultat System.Web.Mvc.ActionResult

Artist() public méthode

public Artist ( string artist ) : System.Web.Mvc.ViewResult
artist string
Résultat System.Web.Mvc.ViewResult

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Genre() public méthode

public Genre ( string name ) : System.Web.Mvc.ViewResult
name string
Résultat System.Web.Mvc.ViewResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult