C# 클래스 BlinkIDDemo.ResultsPage

Page that displays recognition results
상속: PhoneApplicationPage
파일 보기 프로젝트 열기: BlinkID/blinkid-windowsPhone

공개 프로퍼티들

프로퍼티 타입 설명
results object>.IReadOnlyDictionary
resultsType string

공개 메소드들

메소드 설명
ResultsPage ( ) : System

Default constructor

보호된 메소드들

메소드 설명
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

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

비공개 메소드들

메소드 설명
Button_Click ( object sender, RoutedEventArgs e ) : void

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

메소드 상세

OnNavigatedTo() 보호된 메소드

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
리턴 void

ResultsPage() 공개 메소드

Default constructor
public ResultsPage ( ) : System
리턴 System

프로퍼티 상세

results 공개적으로 정적으로 프로퍼티

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

resultsType 공개적으로 정적으로 프로퍼티

public static string resultsType
리턴 string