C# Class AjaxWithWebService.Controllers.Manager

Afficher le fichier Open project: peteratseneca/bti420winter2016

Méthodes publiques

Méthode Description
AlbumGetAll ( ) : IEnumerable
ArtistGetAll ( ) : IEnumerable
LoadData ( ) : bool
Manager ( ) : System
RemoveData ( ) : bool
RemoveDatabase ( ) : bool
TrackGetAll ( ) : IEnumerable

Method Details

AlbumGetAll() public méthode

public AlbumGetAll ( ) : IEnumerable
Résultat IEnumerable

ArtistGetAll() public méthode

public ArtistGetAll ( ) : IEnumerable
Résultat IEnumerable

LoadData() public méthode

public LoadData ( ) : bool
Résultat bool

Manager() public méthode

public Manager ( ) : System
Résultat System

RemoveData() public méthode

public RemoveData ( ) : bool
Résultat bool

RemoveDatabase() public méthode

public RemoveDatabase ( ) : bool
Résultat bool

TrackGetAll() public méthode

public TrackGetAll ( ) : IEnumerable
Résultat IEnumerable