C# 클래스 OpenSyno.ArtistPanoramaViewModelFactory

파일 보기 프로젝트 열기: salfab/open-syno

공개 메소드들

메소드 설명
ArtistPanoramaViewModelFactory ( ISearchService searchService, IEventAggregator eventAggregator, IPageSwitchingService pageSwitchingService, INotificationService notificationService ) : System
Create ( SynoItem artist, IEnumerable albumViewModels, int artistPanoramaViewActivePanelIndex ) : ArtistPanoramaViewModel

메소드 상세

ArtistPanoramaViewModelFactory() 공개 메소드

public ArtistPanoramaViewModelFactory ( ISearchService searchService, IEventAggregator eventAggregator, IPageSwitchingService pageSwitchingService, INotificationService notificationService ) : System
searchService ISearchService
eventAggregator IEventAggregator
pageSwitchingService IPageSwitchingService
notificationService INotificationService
리턴 System

Create() 공개 메소드

public Create ( SynoItem artist, IEnumerable albumViewModels, int artistPanoramaViewActivePanelIndex ) : ArtistPanoramaViewModel
artist Synology.AudioStationApi.SynoItem
albumViewModels IEnumerable
artistPanoramaViewActivePanelIndex int
리턴 OpenSyno.ViewModels.ArtistPanoramaViewModel