C# Class Vidyano.ViewModel.Pages.QueryPage

Inheritance: VidyanoPage, ISearchPage
Mostra file Open project: stevehansen/vidyano_v1

Public Methods

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

Protected Methods

Method Description
OnApplicationViewStateChanged ( ) : void
OnSearch ( string searchText ) : void

Private Methods

Method 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 method

public Dispose ( ) : void
return void

OnApplicationViewStateChanged() protected method

protected OnApplicationViewStateChanged ( ) : void
return void

OnSearch() protected method

protected OnSearch ( string searchText ) : void
searchText string
return void

QueryPage() public method

public QueryPage ( PhoneApplicationPage page, Query query ) : System.Windows
page PhoneApplicationPage
query Query
return System.Windows

Search() public method

public Search ( string text ) : System.Threading.Tasks.Task
text string
return System.Threading.Tasks.Task