C# Class AjaxWithWebService.Controllers.Manager

Mostra file Open project: peteratseneca/bti420winter2016

Public Methods

Method Description
AlbumGetAll ( ) : IEnumerable
ArtistGetAll ( ) : IEnumerable
LoadData ( ) : bool
Manager ( ) : System
RemoveData ( ) : bool
RemoveDatabase ( ) : bool
TrackGetAll ( ) : IEnumerable

Method Details

AlbumGetAll() public method

public AlbumGetAll ( ) : IEnumerable
return IEnumerable

ArtistGetAll() public method

public ArtistGetAll ( ) : IEnumerable
return IEnumerable

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

TrackGetAll() public method

public TrackGetAll ( ) : IEnumerable
return IEnumerable