C# 클래스 LearnLanguages.Study.ViewModels.StudyPhraseTimedQuestionAnswerViewModel

상속: StudyItemViewModelBase
파일 보기 프로젝트 열기: ibgib/LearnLanguages 1 사용 예제들

공개 메소드들

메소드 설명
Abort ( ) : void
EditAnswer ( ) : void
EditQuestion ( ) : void
Initialize ( PhraseEdit question, PhraseEdit answer ) : void
ResearchAnswer ( ) : void
ResearchQuestion ( ) : void
SaveAnswer ( ) : System.Threading.Tasks.Task
SaveQuestion ( ) : System.Threading.Tasks.Task
ShowAnswer ( ) : void
StudyPhraseTimedQuestionAnswerViewModel ( ) : System

보호된 메소드들

메소드 설명
AskQuestionAsync ( PhraseEdit question, PhraseEdit answer, int questionDurationInMilliseconds ) : System.Threading.Tasks.Task

Executes callback when answer is shown, or when exception is thrown.

GetReviewMethodId ( ) : System.Guid
ShowAsyncImpl ( ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
HideAnswer ( ) : void
UpdateEditAnswerButtonVisibilities ( ) : void
UpdateEditQuestionButtonVisibilities ( ) : void

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

AskQuestionAsync() 보호된 메소드

Executes callback when answer is shown, or when exception is thrown.
protected AskQuestionAsync ( PhraseEdit question, PhraseEdit answer, int questionDurationInMilliseconds ) : System.Threading.Tasks.Task
question PhraseEdit Question PhraseEdit
answer PhraseEdit Answer PhraseEdit
questionDurationInMilliseconds int
리턴 System.Threading.Tasks.Task

EditAnswer() 공개 메소드

public EditAnswer ( ) : void
리턴 void

EditQuestion() 공개 메소드

public EditQuestion ( ) : void
리턴 void

GetReviewMethodId() 보호된 메소드

protected GetReviewMethodId ( ) : System.Guid
리턴 System.Guid

Initialize() 공개 메소드

public Initialize ( PhraseEdit question, PhraseEdit answer ) : void
question PhraseEdit
answer PhraseEdit
리턴 void

ResearchAnswer() 공개 메소드

public ResearchAnswer ( ) : void
리턴 void

ResearchQuestion() 공개 메소드

public ResearchQuestion ( ) : void
리턴 void

SaveAnswer() 공개 메소드

public SaveAnswer ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

SaveQuestion() 공개 메소드

public SaveQuestion ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

ShowAnswer() 공개 메소드

public ShowAnswer ( ) : void
리턴 void

ShowAsyncImpl() 보호된 메소드

protected ShowAsyncImpl ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

StudyPhraseTimedQuestionAnswerViewModel() 공개 메소드

public StudyPhraseTimedQuestionAnswerViewModel ( ) : System
리턴 System