C# Class LearnLanguages.Study.ViewModels.PercentKnownFeedbackViewModel

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

Private Properties

Свойство Type Description
PublishFeedback void
SetFeedback void

Méthodes publiques

Méthode Description
All ( ) : void
GetFeedback ( int timeoutMilliseconds ) : IFeedback
GetFeedbackAsync ( int timeoutMilliseconds ) : Task
Most ( ) : void
None ( ) : void
PercentKnownFeedbackViewModel ( ) : System
Some ( ) : void

Private Methods

Méthode Description
PublishFeedback ( ) : void
SetFeedback ( double feedbackValue ) : void

Method Details

All() public méthode

public All ( ) : void
Résultat void

GetFeedback() public méthode

public GetFeedback ( int timeoutMilliseconds ) : IFeedback
timeoutMilliseconds int
Résultat IFeedback

GetFeedbackAsync() public méthode

public GetFeedbackAsync ( int timeoutMilliseconds ) : Task
timeoutMilliseconds int
Résultat Task

Most() public méthode

public Most ( ) : void
Résultat void

None() public méthode

public None ( ) : void
Résultat void

PercentKnownFeedbackViewModel() public méthode

public PercentKnownFeedbackViewModel ( ) : System
Résultat System

Some() public méthode

public Some ( ) : void
Résultat void