Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
HideAnswer ( ) : void | ||
UpdateEditAnswerButtonVisibilities ( ) : void | ||
UpdateEditQuestionButtonVisibilities ( ) : void |
protected AskQuestionAsync ( PhraseEdit question, PhraseEdit answer, int questionDurationInMilliseconds ) : System.Threading.Tasks.Task | ||
question | PhraseEdit | Question PhraseEdit |
answer | PhraseEdit | Answer PhraseEdit |
questionDurationInMilliseconds | int | |
return | System.Threading.Tasks.Task |
protected GetReviewMethodId ( ) : System.Guid | ||
return | System.Guid |
public Initialize ( PhraseEdit question, PhraseEdit answer ) : void | ||
question | PhraseEdit | |
answer | PhraseEdit | |
return | void |
public SaveAnswer ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public SaveQuestion ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
protected ShowAsyncImpl ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public StudyPhraseTimedQuestionAnswerViewModel ( ) : System | ||
return | System |