C# Class AzureMLDemo.MainPage

Inheritance: Windows.UI.Xaml.Controls.Page
Datei anzeigen Open project: evgri243/pubic-demos

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

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

Private Methods

Method 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 method

public MainPage ( ) : System
return System

OnNavigatedTo() protected method

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