C# Class Kelly.App.MainPage

A page that displays a grouped collection of items.
Inheritance: Kelly.App.Common.LayoutAwarePage
Mostra file Open project: jayway/Kelly-Win8-XAML

Public Methods

Method Description
MainPage ( ) : System
ShowSettingsPanel ( ) : void

Protected Methods

Method Description
LoadState ( Object navigationParameter, Object>.Dictionary pageState ) : void

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.

Private Methods

Method Description
ForEachVoteButton ( Action forEachAction ) : void
ForEachVoteButtonIn ( Action forEachAction, Grid votingGrid ) : void
HideSettingsPanel ( object sender, PointerRoutedEventArgs e ) : void
ResetCountButton_OnTapped ( object sender, TappedRoutedEventArgs e ) : void
RunShowHistoryCommandSinceICommandWontWork ( ) : void
ShowHistoryButton_OnTapped ( object sender, TappedRoutedEventArgs e ) : void
ShowSummaryButton_OnTapped ( object sender, TappedRoutedEventArgs e ) : void
SummaryGrid_Tapped ( object sender, TappedRoutedEventArgs e ) : void

Method Details

LoadState() protected method

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.
protected LoadState ( Object navigationParameter, Object>.Dictionary pageState ) : void
navigationParameter Object The parameter value passed to /// when this page was initially requested. ///
pageState Object>.Dictionary A dictionary of state preserved by this page during an earlier /// session. This will be null the first time a page is visited.
return void

MainPage() public method

public MainPage ( ) : System
return System

ShowSettingsPanel() public method

public ShowSettingsPanel ( ) : void
return void