C# 클래스 Vidyano.ViewModel.Pages.QueryPage

상속: VidyanoPage, ISearchPage
파일 보기 프로젝트 열기: stevehansen/vidyano_v1

공개 메소드들

메소드 설명
Dispose ( ) : void
QueryPage ( PhoneApplicationPage page, Query query ) : System.Windows
Search ( string text ) : System.Threading.Tasks.Task

보호된 메소드들

메소드 설명
OnApplicationViewStateChanged ( ) : void
OnSearch ( string searchText ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnApplicationViewStateChanged() 보호된 메소드

protected OnApplicationViewStateChanged ( ) : void
리턴 void

OnSearch() 보호된 메소드

protected OnSearch ( string searchText ) : void
searchText string
리턴 void

QueryPage() 공개 메소드

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

Search() 공개 메소드

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