C# 클래스 WebServiceExample.Controllers.Manager

파일 보기 프로젝트 열기: peteratseneca/bti420winter2016

공개 메소드들

메소드 설명
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