C# 클래스 Streameo.Controllers.BrowseController

상속: Controller
파일 보기 프로젝트 열기: Archon-/Streameo

공개 메소드들

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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

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

메소드 상세

Album() 공개 메소드

public Album ( int id ) : System.Web.Mvc.ViewResult
id int
리턴 System.Web.Mvc.ViewResult

AlbumList() 공개 메소드

public AlbumList ( int Id ) : System.Web.Mvc.ActionResult
Id int
리턴 System.Web.Mvc.ActionResult

Artist() 공개 메소드

public Artist ( string artist ) : System.Web.Mvc.ViewResult
artist string
리턴 System.Web.Mvc.ViewResult

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Genre() 공개 메소드

public Genre ( string name ) : System.Web.Mvc.ViewResult
name string
리턴 System.Web.Mvc.ViewResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult