C# Class OfficeTicTacToe.Views.GamesView

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: DXFrance/OfficeTicTacToe

Méthodes publiques

Méthode Description
CancelTokenSource ( ) : void
GamesView ( ) : Microsoft.OData.ProxyExtensions
RaisePropertyChanged ( string name ) : void
Search ( string val, CancellationToken token ) : Task>

Méthodes protégées

Méthode Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
AutoSuggestBox_QuerySubmitted ( AutoSuggestBox sender, AutoSuggestBoxQuerySubmittedEventArgs args ) : void
ComputersListView_ItemClick ( object sender, ItemClickEventArgs e ) : void
GamesListView_ItemClick ( object sender, ItemClickEventArgs e ) : void
JarvisButton_Click ( object sender, RoutedEventArgs e ) : void
MarkovButton_Click ( object sender, RoutedEventArgs e ) : void
UserViewModel_ItemClick ( object sender, ItemClickEventArgs e ) : void
WorkTeamListView_ItemClick ( object sender, ItemClickEventArgs e ) : void

Method Details

CancelTokenSource() public méthode

public CancelTokenSource ( ) : void
Résultat void

GamesView() public méthode

public GamesView ( ) : Microsoft.OData.ProxyExtensions
Résultat Microsoft.OData.ProxyExtensions

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

RaisePropertyChanged() public méthode

public RaisePropertyChanged ( string name ) : void
name string
Résultat void

Search() public méthode

public Search ( string val, CancellationToken token ) : Task>
val string
token System.Threading.CancellationToken
Résultat Task>