Méthode | Description | |
---|---|---|
LoadState ( |
Load the state.
|
|
LoadState ( |
Load the state.
|
|
PhotoDetailsViewModel ( INavigationFacade navigationFacade, IPhotoService photoService, IAuthEnforcementHandler authEnforcementHandler, IDialogService dialogService ) : System |
Initializes a new instance of the PhotoDetailsViewModel class.
|
Méthode | Description | |
---|---|---|
OnCancelDeletePhoto ( ) : void | ||
OnCancelSetProfile ( ) : void | ||
OnDeleteAnnotation ( ) : void | ||
OnDeletePhoto ( ) : void | ||
OnEditPhoto ( ) : void | ||
OnGiveGold ( ) : void | ||
OnGotoCamera ( ) : void | ||
OnReportAnnotation ( ) : void | ||
OnReportPhoto ( ReportReason reason ) : void | ||
OnSetProfilePhoto ( ) : void | ||
OnUserSelected ( |
||
ShowDetails ( ) : System.Threading.Tasks.Task |
Load details for a photo.
|
public LoadState ( |
||
args | The PhotoDetailsViewModelArgs. | |
Résultat | System.Threading.Tasks.Task |
public LoadState ( |
||
args | The PhotoDetailsViewModelPhotoIdArgs. | |
Résultat | System.Threading.Tasks.Task |
public PhotoDetailsViewModel ( INavigationFacade navigationFacade, IPhotoService photoService, IAuthEnforcementHandler authEnforcementHandler, IDialogService dialogService ) : System | ||
navigationFacade | INavigationFacade | The navigation facade. |
photoService | IPhotoService | The photo service. |
authEnforcementHandler | IAuthEnforcementHandler | The auth enforcement handler. |
dialogService | IDialogService | The dialog service. |
Résultat | System |