C# Class Win8Client.AllCardsPicker

Inheritance: Windows.UI.Xaml.Controls.UserControl
ファイルを表示 Open project: NathanTeeuwen/Dominulator

Private Properties

Property Type Description
AllCardsListView_SelectionChanged void
ColonyPlatinumListView_SelectionChanged void
DragItemsStarting void
GetSearchWordsForCard string[]
Search bool>.Func
SearchTask void
SearchTextBox_TextChanged void
SheltersListView_SelectionChanged void
SortAllByCost void
SortAllByExpansion void
SortAllByName void
UpdateAllCardsListSelection void

Public Methods

Method Description
AllCardsPicker ( ) : System

Private Methods

Method Description
AllCardsListView_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
ColonyPlatinumListView_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
DragItemsStarting ( object sender, DragItemsStartingEventArgs e ) : void
GetSearchWordsForCard ( Dominion card ) : string[]
Search ( string searchString ) : bool>.Func
SearchTask ( int searchIndex ) : void
SearchTextBox_TextChanged ( object sender, TextChangedEventArgs e ) : void
SheltersListView_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
SortAllByCost ( object sender, RoutedEventArgs e ) : void
SortAllByExpansion ( object sender, RoutedEventArgs e ) : void
SortAllByName ( object sender, RoutedEventArgs e ) : void
UpdateAllCardsListSelection ( ) : void

Method Details

AllCardsPicker() public method

public AllCardsPicker ( ) : System
return System