C# Class AjaxItemSelect.Controllers.Manager

Show file Open project: peteratseneca/bti420winter2016

Public Methods

Method Description
AlbumGetAllForArtist ( int id ) : IEnumerable
ArtistGetAll ( ) : IEnumerable
DoSomething ( UserSelectedData newItem ) : SelectedDataText
LoadData ( ) : bool
Manager ( ) : System
RemoveData ( ) : bool
RemoveDatabase ( ) : bool
TrackGetAllForAlbum ( int id ) : IEnumerable

Method Details

AlbumGetAllForArtist() public method

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

ArtistGetAll() public method

public ArtistGetAll ( ) : IEnumerable
return IEnumerable

DoSomething() public method

public DoSomething ( UserSelectedData newItem ) : SelectedDataText
newItem UserSelectedData
return SelectedDataText

LoadData() public method

public LoadData ( ) : bool
return bool

Manager() public method

public Manager ( ) : System
return System

RemoveData() public method

public RemoveData ( ) : bool
return bool

RemoveDatabase() public method

public RemoveDatabase ( ) : bool
return bool

TrackGetAllForAlbum() public method

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