C# Class ArcGISPortalViewer.ViewModel.SearchViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: Esri/arcgis-portalviewer-dotnet

Méthodes publiques

Méthode Description
GetPortalQuery ( SortField sortField ) : PortalQuery
SearchViewModel ( INavigationService navigationService ) : Windows.UI.Xaml
SortResults ( SortField sortField ) : void

Private Methods

Méthode Description
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

Method Details

GetPortalQuery() public static méthode

public static GetPortalQuery ( SortField sortField ) : PortalQuery
sortField SortField
Résultat PortalQuery

SearchViewModel() public méthode

public SearchViewModel ( INavigationService navigationService ) : Windows.UI.Xaml
navigationService INavigationService
Résultat Windows.UI.Xaml

SortResults() public méthode

public SortResults ( SortField sortField ) : void
sortField SortField
Résultat void