C# Class MyDriving.UWP.Views.CurrentTripView

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Azure-Samples/MyDriving

Méthodes publiques

Свойство Type Description
ViewModel MyDriving.ViewModel.CurrentTripViewModel

Méthodes publiques

Méthode Description
CurrentTripView ( ) : System
OnPropertyChanged ( string name ) : void

Méthodes protégées

Méthode Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
AddEndMarker ( BasicGeoposition basicGeoposition ) : void
AddStartMarker ( BasicGeoposition basicGeoposition ) : void
BeginExtendedExecution ( ) : System.Threading.Tasks.Task
ClearExtendedExecution ( ) : void
DrawPath ( BasicGeoposition basicGeoposition ) : void
MyMap_Loaded ( object sender, RoutedEventArgs e ) : void
OnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
ResetTrip ( ) : void
SessionRevoked ( object sender, ExtendedExecutionRevokedEventArgs args ) : void
StartRecordBtn_Click ( object sender, RoutedEventArgs e ) : void
StartTrackingAsync ( ) : System.Threading.Tasks.Task
SystemNavigationManager_BackRequested ( object sender, BackRequestedEventArgs e ) : void
TryGoBack ( ) : bool
UpdateMapView ( BasicGeoposition basicGeoposition ) : void
UpdateMap_PositionChanged ( BasicGeoposition basicGeoposition ) : void
UpdateStats ( ) : void

Method Details

CurrentTripView() public méthode

public CurrentTripView ( ) : System
Résultat System

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnPropertyChanged() public méthode

public OnPropertyChanged ( string name ) : void
name string
Résultat void

Property Details

ViewModel public_oe property

public CurrentTripViewModel,MyDriving.ViewModel ViewModel
Résultat MyDriving.ViewModel.CurrentTripViewModel