C# Class Vidyano.ViewModel.Pages.QueryItemSelectPage

Inheritance: VidyanoPage
Mostra file Open project: stevehansen/vidyano_v1

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Dispose ( ) : void
Execute ( object parameter ) : void
QueryItemSelectPage ( PhoneApplicationPage page ) : System
Search ( string text ) : System.Threading.Tasks.Task

Protected Methods

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

Private Methods

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

Method Details

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

Dispose() public method

public Dispose ( ) : void
return void

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void

OnApplicationViewStateChanged() protected method

protected OnApplicationViewStateChanged ( ) : void
return void

OnSearch() protected method

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

QueryItemSelectPage() public method

public QueryItemSelectPage ( PhoneApplicationPage page ) : System
page PhoneApplicationPage
return System

Search() public method

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