C# 클래스 OS2Indberetning.ViewModel.FinishDriveViewModel

Viewmodel that handles the view logic of FinishDrivePage
상속: XLabs.Forms.Mvvm.ViewModel, INotifyPropertyChanged, IDisposable
파일 보기 프로젝트 열기: os2indberetning/OS2_Windows_Phone

공개 메소드들

메소드 설명
Dispose ( ) : void

Destructor

FinishDriveViewModel ( ) : System

Constructor that handles initialization of the viewmodel

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

비공개 메소드들

메소드 설명
HandleDeleteMessage ( object sender ) : void

Method that handles a Back message from the page Calls dispose, sets report route to null and navigates to mainpage

HandleHomeToBorderDistanceMessage ( FinishDrivePage sender ) : void

Method that handles a HomeToBorderDistance message from the page

HandleNewKmMessage ( FinishDrivePage sender ) : void

Method that handles a NewKm message from the page

HandleOrganizationMessage ( ) : void

Method that handles a Organization message from the page

HandlePurposeMessage ( ) : void

Method that handles a Purpose message from the page

HandleRateMessage ( ) : void

Method that handles a Rate message from the page

HandleRemarkMessage ( ) : void

Method that handles a Remark message from the page

HandleSelectEditKmMessage ( FinishDrivePage sender ) : void

Method that handles a select editKm message from the page

HandleSelectHomeToBorderDistanceMessage ( FinishDrivePage sender ) : void

Method that handles a select hometoborderdistance message from the page

HandleUpdateMessage ( ) : void

Method that handles a Update message from the page

InitializeCollection ( ) : void

Method that handles initialization of the observerable collection

Subscribe ( ) : void

Method that subscribes to nessecary calls

Unsubscribe ( ) : void

Method that handles all unsubscribing

UploadHandler ( ) : void

Method that handles a Upload message from the page Calls dispose and navigates to uploadingpage

메소드 상세

Dispose() 공개 메소드

Destructor
public Dispose ( ) : void
리턴 void

FinishDriveViewModel() 공개 메소드

Constructor that handles initialization of the viewmodel
public FinishDriveViewModel ( ) : System
리턴 System

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void