Méthode | Description | |
---|---|---|
LoadState ( |
Loads the state.
|
|
LoadState ( |
Loads the view model state.
|
|
UploadViewModel ( INavigationFacade navigationFacade, IPhotoService photoService, IAuthEnforcementHandler authEnforcementHandler, IUploadFinishedHandler uploadFinishedHandler, IDialogService dialogService ) : System |
Initializes a new instance of the UploadViewModel class.
|
Méthode | Description | |
---|---|---|
OnChooseCategory ( ) : void | ||
OnUpload ( ) : void | ||
UpdatePhoto ( ) : System.Threading.Tasks.Task | ||
UploadNewPhoto ( ) : System.Threading.Tasks.Task |
Uploads the photo.
|
public LoadState ( |
||
args | The view model arguments. | |
Résultat | System.Threading.Tasks.Task |
public LoadState ( |
||
uploadViewModelEditPhotoArgs | The arguments. | |
Résultat | System.Threading.Tasks.Task |
public UploadViewModel ( INavigationFacade navigationFacade, IPhotoService photoService, IAuthEnforcementHandler authEnforcementHandler, IUploadFinishedHandler uploadFinishedHandler, IDialogService dialogService ) : System | ||
navigationFacade | INavigationFacade | The navigation facade. |
photoService | IPhotoService | The photo service. |
authEnforcementHandler | IAuthEnforcementHandler | Authentication enforcement handler. |
uploadFinishedHandler | IUploadFinishedHandler | The handler that is called when the upload finished. |
dialogService | IDialogService | The dialog service. |
Résultat | System |