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

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

공개 메소드들

메소드 설명
CanExecute ( object parameter ) : bool
Dispose ( ) : void
Execute ( object parameter ) : void
QueryItemSelectPage ( PhoneApplicationPage page ) : System
Search ( string text ) : System.Threading.Tasks.Task

보호된 메소드들

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

비공개 메소드들

메소드 설명
FinishSelectItems ( ) : System.Threading.Tasks.Task
Initialize ( string arg ) : System.Threading.Tasks.Task
Lookup_NotificationChanged ( object sender, NotificationChangedEventArgs e ) : void
Lookup_OnOpenItem ( object sender, OpenQueryItemEventArgs e ) : void
OkButton_Click ( object sender, EventArgs e ) : void
QueryItemSelectPage ( LayoutAwarePage page ) : System
SelectedItemsListView_ItemClick ( object sender, ItemClickEventArgs e ) : void
SelectedItems_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

메소드 상세

CanExecute() 공개 메소드

public CanExecute ( object parameter ) : bool
parameter object
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Execute() 공개 메소드

public Execute ( object parameter ) : void
parameter object
리턴 void

OnApplicationViewStateChanged() 보호된 메소드

protected OnApplicationViewStateChanged ( ) : void
리턴 void

OnSearch() 보호된 메소드

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

QueryItemSelectPage() 공개 메소드

public QueryItemSelectPage ( PhoneApplicationPage page ) : System
page PhoneApplicationPage
리턴 System

Search() 공개 메소드

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