C# 클래스 OpenSyno.ViewModels.ArtistPanoramaViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: salfab/open-syno 1 사용 예제들

공개 메소드들

메소드 설명
ArtistPanoramaViewModel ( SynoItem artist, IEnumerable albums, int activePanelIndex, ISearchService searchService, IEventAggregator eventAggregator, IPageSwitchingService pageSwitchingService, INotificationService notificationService ) : System
BuildArtistItems ( IEnumerable albums ) : void
QueryAndBuildArtistItems ( ) : void

비공개 메소드들

메소드 설명
OnPlay ( ) : void
OnPlayLast ( ) : void
OnShowPlayQueue ( ) : void
StartMonitoringElements ( object sender, NotifyCollectionChangedEventArgs e ) : void
UpdateBusyness ( object sender, PropertyChangedEventArgs e ) : void

메소드 상세

ArtistPanoramaViewModel() 공개 메소드

public ArtistPanoramaViewModel ( SynoItem artist, IEnumerable albums, int activePanelIndex, ISearchService searchService, IEventAggregator eventAggregator, IPageSwitchingService pageSwitchingService, INotificationService notificationService ) : System
artist Synology.AudioStationApi.SynoItem
albums IEnumerable
activePanelIndex int
searchService ISearchService
eventAggregator IEventAggregator
pageSwitchingService IPageSwitchingService
notificationService INotificationService
리턴 System

BuildArtistItems() 공개 메소드

public BuildArtistItems ( IEnumerable albums ) : void
albums IEnumerable
리턴 void

QueryAndBuildArtistItems() 공개 메소드

public QueryAndBuildArtistItems ( ) : void
리턴 void