C# Class WebServiceExample.Controllers.Manager

Afficher le fichier Open project: peteratseneca/bti420winter2016

Méthodes publiques

Méthode Description
ArtistGetAll ( ) : IEnumerable
ArtistGetAllWithAlbums ( ) : IEnumerable
ArtistGetById ( int id ) : ArtistBase
ArtistGetByIdWithAlbums ( int id ) : ArtistWithAlbums
EmployeeGetAll ( ) : IEnumerable
EmployeeGetById ( int id ) : EmployeeBase
EmployeeGetByIdWithDetails ( int id ) : EmployeeBase
LoadData ( ) : bool
Manager ( ) : System
RemoveData ( ) : bool
RemoveDatabase ( ) : bool

Method Details

ArtistGetAll() public méthode

public ArtistGetAll ( ) : IEnumerable
Résultat IEnumerable

ArtistGetAllWithAlbums() public méthode

public ArtistGetAllWithAlbums ( ) : IEnumerable
Résultat IEnumerable

ArtistGetById() public méthode

public ArtistGetById ( int id ) : ArtistBase
id int
Résultat ArtistBase

ArtistGetByIdWithAlbums() public méthode

public ArtistGetByIdWithAlbums ( int id ) : ArtistWithAlbums
id int
Résultat ArtistWithAlbums

EmployeeGetAll() public méthode

public EmployeeGetAll ( ) : IEnumerable
Résultat IEnumerable

EmployeeGetById() public méthode

public EmployeeGetById ( int id ) : EmployeeBase
id int
Résultat EmployeeBase

EmployeeGetByIdWithDetails() public méthode

public EmployeeGetByIdWithDetails ( int id ) : EmployeeBase
id int
Résultat EmployeeBase

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