C# Class WebServiceExample.Controllers.Manager

ファイルを表示 Open project: peteratseneca/bti420winter2016

Public Methods

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

public ArtistGetAll ( ) : IEnumerable
return IEnumerable

ArtistGetAllWithAlbums() public method

public ArtistGetAllWithAlbums ( ) : IEnumerable
return IEnumerable

ArtistGetById() public method

public ArtistGetById ( int id ) : ArtistBase
id int
return ArtistBase

ArtistGetByIdWithAlbums() public method

public ArtistGetByIdWithAlbums ( int id ) : ArtistWithAlbums
id int
return ArtistWithAlbums

EmployeeGetAll() public method

public EmployeeGetAll ( ) : IEnumerable
return IEnumerable

EmployeeGetById() public method

public EmployeeGetById ( int id ) : EmployeeBase
id int
return EmployeeBase

EmployeeGetByIdWithDetails() public method

public EmployeeGetByIdWithDetails ( int id ) : EmployeeBase
id int
return EmployeeBase

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