C# 클래스 OfficeTicTacToe.Views.BoardView

An empty page that can be used on its own or navigated to within a Frame.
상속: IRefreshPage
파일 보기 프로젝트 열기: DXFrance/OfficeTicTacToe

공개 메소드들

메소드 설명
BoardView ( ) : Microsoft.OData.Client
Refresh ( ) : Task
Refresh ( CancellationToken token, bool forceRefresh = false ) : Task

보호된 메소드들

메소드 설명
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

비공개 메소드들

메소드 설명
Button_Click ( object sender, RoutedEventArgs e ) : void
Channel_PushNotificationReceived ( Windows sender, Windows args ) : void

메소드 상세

BoardView() 공개 메소드

public BoardView ( ) : Microsoft.OData.Client
리턴 Microsoft.OData.Client

OnNavigatedFrom() 보호된 메소드

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

OnNavigatedTo() 보호된 메소드

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

Refresh() 공개 메소드

public Refresh ( ) : Task
리턴 Task

Refresh() 공개 메소드

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