C# Class AzureMLDemo.MainPage

Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: evgri243/pubic-demos

Méthodes publiques

Méthode Description
MainPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Invoked when this page is about to be displayed in a Frame.

Private Methods

Méthode Description
CallAzureML ( string make, string bodyStyle, double wheelBase, string numberOfCylinders, int engineSize, int horsepowers, int peakRPM, int highwayMPG ) : Task

Utility method calling Azure ML Service with specified parameters

GetEstimate_Click ( object sender, RoutedEventArgs e ) : void

Handler for the click event of the "Get Estimate" button.

Method Details

MainPage() public méthode

public MainPage ( ) : System
Résultat System

OnNavigatedTo() protected méthode

Invoked when this page is about to be displayed in a Frame.
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void