C# Класс WebServiceExample.Controllers.Manager

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ArtistGetAll() публичный Метод

public ArtistGetAll ( ) : IEnumerable
Результат IEnumerable

ArtistGetAllWithAlbums() публичный Метод

public ArtistGetAllWithAlbums ( ) : IEnumerable
Результат IEnumerable

ArtistGetById() публичный Метод

public ArtistGetById ( int id ) : ArtistBase
id int
Результат ArtistBase

ArtistGetByIdWithAlbums() публичный Метод

public ArtistGetByIdWithAlbums ( int id ) : ArtistWithAlbums
id int
Результат ArtistWithAlbums

EmployeeGetAll() публичный Метод

public EmployeeGetAll ( ) : IEnumerable
Результат IEnumerable

EmployeeGetById() публичный Метод

public EmployeeGetById ( int id ) : EmployeeBase
id int
Результат EmployeeBase

EmployeeGetByIdWithDetails() публичный Метод

public EmployeeGetByIdWithDetails ( int id ) : EmployeeBase
id int
Результат EmployeeBase

LoadData() публичный Метод

public LoadData ( ) : bool
Результат bool

Manager() публичный Метод

public Manager ( ) : System
Результат System

RemoveData() публичный Метод

public RemoveData ( ) : bool
Результат bool

RemoveDatabase() публичный Метод

public RemoveDatabase ( ) : bool
Результат bool