C# Class OpenSyno.ArtistPanoramaViewModelFactory

Afficher le fichier Open project: salfab/open-syno

Méthodes publiques

Méthode Description
ArtistPanoramaViewModelFactory ( ISearchService searchService, IEventAggregator eventAggregator, IPageSwitchingService pageSwitchingService, INotificationService notificationService ) : System
Create ( SynoItem artist, IEnumerable albumViewModels, int artistPanoramaViewActivePanelIndex ) : ArtistPanoramaViewModel

Method Details

ArtistPanoramaViewModelFactory() public méthode

public ArtistPanoramaViewModelFactory ( ISearchService searchService, IEventAggregator eventAggregator, IPageSwitchingService pageSwitchingService, INotificationService notificationService ) : System
searchService ISearchService
eventAggregator IEventAggregator
pageSwitchingService IPageSwitchingService
notificationService INotificationService
Résultat System

Create() public méthode

public Create ( SynoItem artist, IEnumerable albumViewModels, int artistPanoramaViewActivePanelIndex ) : ArtistPanoramaViewModel
artist Synology.AudioStationApi.SynoItem
albumViewModels IEnumerable
artistPanoramaViewActivePanelIndex int
Résultat OpenSyno.ViewModels.ArtistPanoramaViewModel