C# Class OfficeTicTacToe.Views.BoardView

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
Button_Click ( object sender, RoutedEventArgs e ) : void
Channel_PushNotificationReceived ( Windows sender, Windows args ) : void

Method Details

BoardView() public méthode

public BoardView ( ) : Microsoft.OData.Client
Résultat Microsoft.OData.Client

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

Refresh() public méthode

public Refresh ( ) : Task
Résultat Task

Refresh() public méthode

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