C# Class Vidyano.ViewModel.Pages.QueryPage

Inheritance: VidyanoPage, ISearchPage
Afficher le fichier Open project: stevehansen/vidyano_v1

Méthodes publiques

Méthode Description
Dispose ( ) : void
QueryPage ( PhoneApplicationPage page, Query query ) : System.Windows
Search ( string text ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
OnApplicationViewStateChanged ( ) : void
OnSearch ( string searchText ) : void

Private Methods

Méthode Description
QueryPage ( LayoutAwarePage page, StoreQuery query ) : System
QueryResultItemClick ( object sender, ItemClickEventArgs e ) : void
Query_NotificationChanged ( object sender, NotificationChangedEventArgs e ) : void
SemanticZoomChanging ( object sender, SemanticZoomViewChangedEventArgs e ) : void
UpdateActionBar ( bool isSourceZoomedInView ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnApplicationViewStateChanged() protected méthode

protected OnApplicationViewStateChanged ( ) : void
Résultat void

OnSearch() protected méthode

protected OnSearch ( string searchText ) : void
searchText string
Résultat void

QueryPage() public méthode

public QueryPage ( PhoneApplicationPage page, Query query ) : System.Windows
page PhoneApplicationPage
query Query
Résultat System.Windows

Search() public méthode

public Search ( string text ) : System.Threading.Tasks.Task
text string
Résultat System.Threading.Tasks.Task