C# Класс PhotoSharingApp.Universal.ViewModels.DebugViewModel

ViewModel for debug view.
Наследование: ViewModelBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DebugViewModel ( IPhotoService photoService, IAuthenticationHandler authenticationHandler, IDialogService dialogService ) : System

Creates a new instance.

LoadState ( ) : System.Threading.Tasks.Task

Loads the state.

Приватные методы

Метод Описание
OnThrowException ( ) : void
RefreshConfig ( ) : void

Описание методов

DebugViewModel() публичный Метод

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.
Результат System

LoadState() публичный Метод

Loads the state.
public LoadState ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task