C# Class Abc.NCrafts.App.ViewModels.PerformanceGamePage

Inheritance: ViewModel, INotifyPropertyChanged
Show file Open project: Abc-Arbitrage/Abc.NCrafts.Quiz Class Usage Examples

Private Properties

Property Type Description
GetHighlightedLines int[]
LoadHighlightingDefinition IHighlightingDefinition
NavigateBackward void
NavigateForward void
SelectAnswer void
ShowHelpContent void

Public Methods

Method Description
PerformanceGamePage ( MainViewModel mainViewModel ) : System.ComponentModel

Protected Methods

Method Description
OnPropertyChanged ( string propertyName = null ) : void

Private Methods

Method Description
GetHighlightedLines ( Answer answer ) : int[]
LoadHighlightingDefinition ( string resourceName ) : IHighlightingDefinition
NavigateBackward ( ) : void
NavigateForward ( ) : void
SelectAnswer ( Answer answer ) : void
ShowHelpContent ( ) : void

Method Details

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
return void

PerformanceGamePage() public method

public PerformanceGamePage ( MainViewModel mainViewModel ) : System.ComponentModel
mainViewModel MainViewModel
return System.ComponentModel