C# 클래스 OfficeTicTacToe.Views.GamesView

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

공개 메소드들

메소드 설명
CancelTokenSource ( ) : void
GamesView ( ) : Microsoft.OData.ProxyExtensions
RaisePropertyChanged ( string name ) : void
Search ( string val, CancellationToken token ) : Task>

보호된 메소드들

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

비공개 메소드들

메소드 설명
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

메소드 상세

CancelTokenSource() 공개 메소드

public CancelTokenSource ( ) : void
리턴 void

GamesView() 공개 메소드

public GamesView ( ) : Microsoft.OData.ProxyExtensions
리턴 Microsoft.OData.ProxyExtensions

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

RaisePropertyChanged() 공개 메소드

public RaisePropertyChanged ( string name ) : void
name string
리턴 void

Search() 공개 메소드

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