C# 클래스 OpenSyno.ViewModels.SearchResultsViewModelFactory

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

공개 메소드들

메소드 설명
Create ( PageSwitchingService pageSwitchingService ) : ISearchResultsViewModel
SearchResultsViewModelFactory ( IEventAggregator eventAggregator, ISearchResultItemViewModelFactory searchResultItemViewModelFactory ) : System

비공개 메소드들

메소드 설명
SearchResultsUpdated ( SearchResultsRetrievedAggregatedEvent payload ) : void

메소드 상세

Create() 공개 메소드

public Create ( PageSwitchingService pageSwitchingService ) : ISearchResultsViewModel
pageSwitchingService OpenSyno.Services.PageSwitchingService
리턴 ISearchResultsViewModel

SearchResultsViewModelFactory() 공개 메소드

public SearchResultsViewModelFactory ( IEventAggregator eventAggregator, ISearchResultItemViewModelFactory searchResultItemViewModelFactory ) : System
eventAggregator IEventAggregator
searchResultItemViewModelFactory ISearchResultItemViewModelFactory
리턴 System