C# 클래스 MyDriving.ViewModel.CurrentTripViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: Azure-Samples/MyDriving 1 사용 예제들

공개 메소드들

메소드 설명
CurrentTripViewModel ( ) : System
ExecuteStartTrackingTripCommandAsync ( ) : System.Threading.Tasks.Task
ExecuteStopTrackingTripCommandAsync ( ) : System.Threading.Tasks.Task
SaveRecordingTripAsync ( string name = "" ) : Task
StartRecordingTrip ( ) : Task
StopRecordingTrip ( ) : Task

비공개 메소드들

메소드 설명
AddOBDDataToPoint ( TripPoint point ) : System.Threading.Tasks.Task
ExecuteTakePhotoCommandAsync ( ) : System.Threading.Tasks.Task
Geolocator_PositionChanged ( object sender, Plugin.Geolocator.Abstractions.PositionEventArgs e ) : void

메소드 상세

CurrentTripViewModel() 공개 메소드

public CurrentTripViewModel ( ) : System
리턴 System

ExecuteStartTrackingTripCommandAsync() 공개 메소드

public ExecuteStartTrackingTripCommandAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

ExecuteStopTrackingTripCommandAsync() 공개 메소드

public ExecuteStopTrackingTripCommandAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

SaveRecordingTripAsync() 공개 메소드

public SaveRecordingTripAsync ( string name = "" ) : Task
name string
리턴 Task

StartRecordingTrip() 공개 메소드

public StartRecordingTrip ( ) : Task
리턴 Task

StopRecordingTrip() 공개 메소드

public StopRecordingTrip ( ) : Task
리턴 Task