C# 클래스 OS2Indberetning.ViewModel.UploadingViewModel

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

공개 메소드들

메소드 설명
Dispose ( ) : void

Method that handles cleanup of the viewmodel

HandleUploadMessage ( UploadingPage sender ) : void

Method that handles the Upload message

UploadingViewModel ( ) : System

Constructor that handles initialization of the viewmodel

보호된 메소드들

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

비공개 메소드들

메소드 설명
HandleStoreMessage ( UploadingPage sender ) : void

Method that handles the Store message

HandleUploadResult ( ReturnUserModel model, object sender ) : void

Method that handles the Upload Result

RotateSpinner ( ) : void

Method that handles the rotation of the spinner

Subscribe ( ) : void

Method that handles subscribing to the needed messages

Unsubscribe ( ) : void

Method that handles unsubscribing

메소드 상세

Dispose() 공개 메소드

Method that handles cleanup of the viewmodel
public Dispose ( ) : void
리턴 void

HandleUploadMessage() 공개 메소드

Method that handles the Upload message
public HandleUploadMessage ( UploadingPage sender ) : void
sender UploadingPage
리턴 void

OnPropertyChanged() 보호된 메소드

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

UploadingViewModel() 공개 메소드

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