C# Class PhotoSharingApp.Universal.ViewModels.DebugViewModel

ViewModel for debug view.
Inheritance: ViewModelBase
Mostrar archivo Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Public Methods

Method Description
DebugViewModel ( IPhotoService photoService, IAuthenticationHandler authenticationHandler, IDialogService dialogService ) : System

Creates a new instance.

LoadState ( ) : System.Threading.Tasks.Task

Loads the state.

Private Methods

Method Description
OnThrowException ( ) : void
RefreshConfig ( ) : void

Method Details

DebugViewModel() public method

Creates a new instance.
public DebugViewModel ( IPhotoService photoService, IAuthenticationHandler authenticationHandler, IDialogService dialogService ) : System
photoService IPhotoService The photo service.
authenticationHandler IAuthenticationHandler The authentication handler.
dialogService IDialogService The dialog service.
return System

LoadState() public method

Loads the state.
public LoadState ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task