C# Class OS2Indberetning.ViewModel.UploadingViewModel

Viewmodel of the Uploading page. Handles all view logic
Inheritance: XLabs.Forms.Mvvm.ViewModel, INotifyPropertyChanged, IDisposable
Afficher le fichier Open project: os2indberetning/OS2_Windows_Phone

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Méthode Description
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

Method Details

Dispose() public méthode

Method that handles cleanup of the viewmodel
public Dispose ( ) : void
Résultat void

HandleUploadMessage() public méthode

Method that handles the Upload message
public HandleUploadMessage ( UploadingPage sender ) : void
sender UploadingPage
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

UploadingViewModel() public méthode

Constructor that handles initialization of the viewmodel
public UploadingViewModel ( ) : System
Résultat System