C# Класс OS2Indberetning.ViewModel.UploadingViewModel

Viewmodel of the Uploading page. Handles all view logic
Наследование: XLabs.Forms.Mvvm.ViewModel, INotifyPropertyChanged, IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
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