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éthode | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
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
|
public HandleUploadMessage ( UploadingPage sender ) : void | ||
sender | UploadingPage | |
Résultat | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
Résultat | void |