C# Class BlinkIDDemo.ResultsPage

Page that displays recognition results
Inheritance: PhoneApplicationPage
Afficher le fichier Open project: BlinkID/blinkid-windowsPhone

Méthodes publiques

Свойство Type Description
results object>.IReadOnlyDictionary
resultsType string

Méthodes publiques

Méthode Description
ResultsPage ( ) : System

Default constructor

Méthodes protégées

Méthode Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

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

Private Methods

Méthode Description
Button_Click ( object sender, RoutedEventArgs e ) : void

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

Method Details

OnNavigatedTo() protected méthode

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
Résultat void

ResultsPage() public méthode

Default constructor
public ResultsPage ( ) : System
Résultat System

Property Details

results public_oe static_oe property

static field for sending result data to the page
public static IReadOnlyDictionary results
Résultat object>.IReadOnlyDictionary

resultsType public_oe static_oe property

public static string resultsType
Résultat string