C# 클래스 Assignment6.Controllers.Manager

파일 보기 프로젝트 열기: peteratseneca/bti420winter2016

공개 메소드들

메소드 설명
GenreGetAll ( ) : IEnumerable
Manager ( ) : System
PlaylistEditTracks ( PlaylistEditTracks newItem ) : PlaylistWithDetails
PlaylistGetAll ( ) : IEnumerable
PlaylistGetByIdWithDetails ( int id ) : PlaylistWithDetails
TrackGetAll ( ) : IEnumerable
TrackGetAllByGenreId ( int id ) : IEnumerable
TrackGetAllByGenreIds ( IEnumerable ids ) : IEnumerable
TrackGetAllByPlaylistId ( int id ) : IEnumerable
TrackWithGenreGetAll ( ) : IEnumerable

메소드 상세

GenreGetAll() 공개 메소드

public GenreGetAll ( ) : IEnumerable
리턴 IEnumerable

Manager() 공개 메소드

public Manager ( ) : System
리턴 System

PlaylistEditTracks() 공개 메소드

public PlaylistEditTracks ( PlaylistEditTracks newItem ) : PlaylistWithDetails
newItem PlaylistEditTracks
리턴 PlaylistWithDetails

PlaylistGetAll() 공개 메소드

public PlaylistGetAll ( ) : IEnumerable
리턴 IEnumerable

PlaylistGetByIdWithDetails() 공개 메소드

public PlaylistGetByIdWithDetails ( int id ) : PlaylistWithDetails
id int
리턴 PlaylistWithDetails

TrackGetAll() 공개 메소드

public TrackGetAll ( ) : IEnumerable
리턴 IEnumerable

TrackGetAllByGenreId() 공개 메소드

public TrackGetAllByGenreId ( int id ) : IEnumerable
id int
리턴 IEnumerable

TrackGetAllByGenreIds() 공개 메소드

public TrackGetAllByGenreIds ( IEnumerable ids ) : IEnumerable
ids IEnumerable
리턴 IEnumerable

TrackGetAllByPlaylistId() 공개 메소드

public TrackGetAllByPlaylistId ( int id ) : IEnumerable
id int
리턴 IEnumerable

TrackWithGenreGetAll() 공개 메소드

public TrackWithGenreGetAll ( ) : IEnumerable
리턴 IEnumerable