C# Класс OpenSyno.ViewModels.ArtistPanoramaViewModel

Наследование: ViewModelBase
Показать файл Открыть проект Примеры использования класса

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

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