C# 클래스 MyDriving.UWP.Views.CurrentTripView

An empty page that can be used on its own or navigated to within a Frame.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Azure-Samples/MyDriving

공개 프로퍼티들

프로퍼티 타입 설명
ViewModel MyDriving.ViewModel.CurrentTripViewModel

공개 메소드들

메소드 설명
CurrentTripView ( ) : System
OnPropertyChanged ( string name ) : void

보호된 메소드들

메소드 설명
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CurrentTripView() 공개 메소드

public CurrentTripView ( ) : System
리턴 System

OnNavigatedFrom() 보호된 메소드

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
리턴 void

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
리턴 void

OnPropertyChanged() 공개 메소드

public OnPropertyChanged ( string name ) : void
name string
리턴 void

프로퍼티 상세

ViewModel 공개적으로 프로퍼티

public CurrentTripViewModel,MyDriving.ViewModel ViewModel
리턴 MyDriving.ViewModel.CurrentTripViewModel