C# Class OfficeTicTacToe.Views.GamesView

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

Public Methods

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

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

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

public CancelTokenSource ( ) : void
return void

GamesView() public method

public GamesView ( ) : Microsoft.OData.ProxyExtensions
return Microsoft.OData.ProxyExtensions

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

RaisePropertyChanged() public method

public RaisePropertyChanged ( string name ) : void
name string
return void

Search() public method

public Search ( string val, CancellationToken token ) : Task>
val string
token System.Threading.CancellationToken
return Task>