C# Class OfficeTicTacToe.Views.BoardView

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: IRefreshPage
ファイルを表示 Open project: DXFrance/OfficeTicTacToe

Public Methods

Method Description
BoardView ( ) : Microsoft.OData.Client
Refresh ( ) : Task
Refresh ( CancellationToken token, bool forceRefresh = false ) : Task

Protected Methods

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

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void
Channel_PushNotificationReceived ( Windows sender, Windows args ) : void

Method Details

BoardView() public method

public BoardView ( ) : Microsoft.OData.Client
return Microsoft.OData.Client

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

Refresh() public method

public Refresh ( ) : Task
return Task

Refresh() public method

public Refresh ( CancellationToken token, bool forceRefresh = false ) : Task
token System.Threading.CancellationToken
forceRefresh bool
return Task