C# Class BlinkIDDemo.ResultsPage

Page that displays recognition results
Inheritance: PhoneApplicationPage
Show file Open project: BlinkID/blinkid-windowsPhone

Public Properties

Property Type Description
results object>.IReadOnlyDictionary
resultsType string

Public Methods

Method Description
ResultsPage ( ) : System

Default constructor

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Called when this page is navigated to. Fills out form fields with recognition results.

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void

Handles the button click event by navigating back to the main page

Method Details

OnNavigatedTo() protected method

Called when this page is navigated to. Fills out form fields with recognition results.
protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void

ResultsPage() public method

Default constructor
public ResultsPage ( ) : System
return System

Property Details

results public static property

static field for sending result data to the page
public static IReadOnlyDictionary results
return object>.IReadOnlyDictionary

resultsType public static property

public static string resultsType
return string