C# Class LearnLanguages.Study.ViewModels.StudyLineOrderManualQuestionAnswerViewModel

Inheritance: StudyItemViewModelBase
Afficher le fichier Open project: ibgib/LearnLanguages Class Usage Examples

Méthodes publiques

Méthode Description
Abort ( ) : void
Initialize ( LineEdit line, MultiLineTextEdit multiLineText ) : void
Show ( ExceptionCheckCallback callback ) : void
ShowAnswer ( ) : void
StudyLineOrderManualQuestionAnswerViewModel ( ) : System

Méthodes protégées

Méthode Description
GetReviewMethodId ( ) : System.Guid
PopulateQuestionAndAnswer ( ) : void
ShowAsyncImpl ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
HideAnswer ( ) : void

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

GetReviewMethodId() protected méthode

protected GetReviewMethodId ( ) : System.Guid
Résultat System.Guid

Initialize() public méthode

public Initialize ( LineEdit line, MultiLineTextEdit multiLineText ) : void
line LineEdit
multiLineText MultiLineTextEdit
Résultat void

PopulateQuestionAndAnswer() protected méthode

protected PopulateQuestionAndAnswer ( ) : void
Résultat void

Show() public méthode

public Show ( ExceptionCheckCallback callback ) : void
callback ExceptionCheckCallback
Résultat void

ShowAnswer() public méthode

public ShowAnswer ( ) : void
Résultat void

ShowAsyncImpl() protected méthode

protected ShowAsyncImpl ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

StudyLineOrderManualQuestionAnswerViewModel() public méthode

public StudyLineOrderManualQuestionAnswerViewModel ( ) : System
Résultat System