C# Class Assignment6.Controllers.Manager

Datei anzeigen Open project: peteratseneca/bti420winter2016

Public Methods

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

Method Details

GenreGetAll() public method

public GenreGetAll ( ) : IEnumerable
return IEnumerable

Manager() public method

public Manager ( ) : System
return System

PlaylistEditTracks() public method

public PlaylistEditTracks ( PlaylistEditTracks newItem ) : PlaylistWithDetails
newItem PlaylistEditTracks
return PlaylistWithDetails

PlaylistGetAll() public method

public PlaylistGetAll ( ) : IEnumerable
return IEnumerable

PlaylistGetByIdWithDetails() public method

public PlaylistGetByIdWithDetails ( int id ) : PlaylistWithDetails
id int
return PlaylistWithDetails

TrackGetAll() public method

public TrackGetAll ( ) : IEnumerable
return IEnumerable

TrackGetAllByGenreId() public method

public TrackGetAllByGenreId ( int id ) : IEnumerable
id int
return IEnumerable

TrackGetAllByGenreIds() public method

public TrackGetAllByGenreIds ( IEnumerable ids ) : IEnumerable
ids IEnumerable
return IEnumerable

TrackGetAllByPlaylistId() public method

public TrackGetAllByPlaylistId ( int id ) : IEnumerable
id int
return IEnumerable

TrackWithGenreGetAll() public method

public TrackWithGenreGetAll ( ) : IEnumerable
return IEnumerable