C# Класс OpenSyno.ArtistPanoramaViewModelFactory

Показать файл Открыть проект

Открытые методы

Метод Описание
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