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

The ViewModel for the give gold view.
상속: ViewModelBase
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
GiveGoldViewModel ( IPhotoService photoService, IDialogService dialogService ) : System.Threading.Tasks

Creates a new instance.

LoadState ( ) : System.Threading.Tasks.Task

Loads the state.

PostAnnotationToService ( ) : Task

비공개 메소드들

메소드 설명
OnCancel ( ) : void

메소드 상세

GiveGoldViewModel() 공개 메소드

Creates a new instance.
public GiveGoldViewModel ( IPhotoService photoService, IDialogService dialogService ) : System.Threading.Tasks
photoService IPhotoService The photo service.
dialogService IDialogService The dialog service.
리턴 System.Threading.Tasks

LoadState() 공개 메소드

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

PostAnnotationToService() 공개 메소드

public PostAnnotationToService ( ) : Task
리턴 Task