C# Class OpenSyno.ViewModels.SearchResultItemViewModel

Afficher le fichier Open project: salfab/open-syno

Méthodes publiques

Méthode Description
SearchResultItemViewModel ( SynoItem itemInfo, IEventAggregator eventAggregator, IPageSwitchingService pageSwitchingService, IUrlParameterToObjectsPlateHeater urlParameterToObjectsPlateHeater ) : System

Initializes a new instance of the SearchResultItemViewModel class.

Private Methods

Méthode Description
OnItemSelected ( ) : void

Method Details

SearchResultItemViewModel() public méthode

Initializes a new instance of the SearchResultItemViewModel class.
public SearchResultItemViewModel ( SynoItem itemInfo, IEventAggregator eventAggregator, IPageSwitchingService pageSwitchingService, IUrlParameterToObjectsPlateHeater urlParameterToObjectsPlateHeater ) : System
itemInfo Synology.AudioStationApi.SynoItem The item info.
eventAggregator IEventAggregator The event aggregator.
pageSwitchingService IPageSwitchingService The page switching service.
urlParameterToObjectsPlateHeater IUrlParameterToObjectsPlateHeater
Résultat System