C# 클래스 AjaxItemSelect.Controllers.Manager

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

공개 메소드들

메소드 설명
AlbumGetAllForArtist ( int id ) : IEnumerable
ArtistGetAll ( ) : IEnumerable
DoSomething ( UserSelectedData newItem ) : SelectedDataText
LoadData ( ) : bool
Manager ( ) : System
RemoveData ( ) : bool
RemoveDatabase ( ) : bool
TrackGetAllForAlbum ( int id ) : IEnumerable

메소드 상세

AlbumGetAllForArtist() 공개 메소드

public AlbumGetAllForArtist ( int id ) : IEnumerable
id int
리턴 IEnumerable

ArtistGetAll() 공개 메소드

public ArtistGetAll ( ) : IEnumerable
리턴 IEnumerable

DoSomething() 공개 메소드

public DoSomething ( UserSelectedData newItem ) : SelectedDataText
newItem UserSelectedData
리턴 SelectedDataText

LoadData() 공개 메소드

public LoadData ( ) : bool
리턴 bool

Manager() 공개 메소드

public Manager ( ) : System
리턴 System

RemoveData() 공개 메소드

public RemoveData ( ) : bool
리턴 bool

RemoveDatabase() 공개 메소드

public RemoveDatabase ( ) : bool
리턴 bool

TrackGetAllForAlbum() 공개 메소드

public TrackGetAllForAlbum ( int id ) : IEnumerable
id int
리턴 IEnumerable