C# Class Vidyano.ViewModel.Pages.QueryItemSelectPage

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

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Dispose ( ) : void
Execute ( object parameter ) : void
QueryItemSelectPage ( PhoneApplicationPage page ) : System
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
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 méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
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

QueryItemSelectPage() public méthode

public QueryItemSelectPage ( PhoneApplicationPage page ) : System
page PhoneApplicationPage
Résultat System

Search() public méthode

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