C# 클래스 PhotoSharingApp.Universal.ViewModels.DebugViewModel

ViewModel for debug view.
상속: ViewModelBase
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing 1 사용 예제들

공개 메소드들

메소드 설명
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