C# Class LearnLanguages.Study.ViewModels.PercentKnownFeedbackViewModel

Inheritance: FeedbackViewModelBase
Datei anzeigen Open project: ibgib/LearnLanguages Class Usage Examples

Private Properties

Property Type Description
PublishFeedback void
SetFeedback void

Public Methods

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

Private Methods

Method Description
PublishFeedback ( ) : void
SetFeedback ( double feedbackValue ) : void

Method Details

All() public method

public All ( ) : void
return void

GetFeedback() public method

public GetFeedback ( int timeoutMilliseconds ) : IFeedback
timeoutMilliseconds int
return IFeedback

GetFeedbackAsync() public method

public GetFeedbackAsync ( int timeoutMilliseconds ) : Task
timeoutMilliseconds int
return Task

Most() public method

public Most ( ) : void
return void

None() public method

public None ( ) : void
return void

PercentKnownFeedbackViewModel() public method

public PercentKnownFeedbackViewModel ( ) : System
return System

Some() public method

public Some ( ) : void
return void