C# 클래스 ArcGISPortalViewer.ViewModel.SearchViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: Esri/arcgis-portalviewer-dotnet

공개 메소드들

메소드 설명
GetPortalQuery ( SortField sortField ) : PortalQuery
SearchViewModel ( INavigationService navigationService ) : Windows.UI.Xaml
SortResults ( SortField sortField ) : void

비공개 메소드들

메소드 설명
GetCurrentSortField ( string sortByField ) : SearchViewModel.SortField
GetPortalItemsAsync ( SearchParameters sp ) : Task>
IsSearchQueryValid ( string searchText ) : bool
RaisePortalQueryPropertyAndSendMessage ( ) : void
SearchQueryAsync ( uint count ) : Task>
SetQuery ( PortalQuery pQuery ) : void
UpdateResults ( ) : void

메소드 상세

GetPortalQuery() 공개 정적인 메소드

public static GetPortalQuery ( SortField sortField ) : PortalQuery
sortField SortField
리턴 PortalQuery

SearchViewModel() 공개 메소드

public SearchViewModel ( INavigationService navigationService ) : Windows.UI.Xaml
navigationService INavigationService
리턴 Windows.UI.Xaml

SortResults() 공개 메소드

public SortResults ( SortField sortField ) : void
sortField SortField
리턴 void