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

Inheritance: ViewModel, INotifyPropertyChanged
Afficher le fichier Open project: Abc-Arbitrage/Abc.NCrafts.Quiz Class Usage Examples

Private Properties

Свойство Type Description
GetHighlightedLines int[]
LoadHighlightingDefinition IHighlightingDefinition
NavigateBackward void
NavigateForward void
SelectAnswer void
ShowHelpContent void

Méthodes publiques

Méthode Description
AllocationGamePage ( MainViewModel mainViewModel ) : System.ComponentModel

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName = null ) : void

Private Methods

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

Method Details

AllocationGamePage() public méthode

public AllocationGamePage ( MainViewModel mainViewModel ) : System.ComponentModel
mainViewModel MainViewModel
Résultat System.ComponentModel

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
Résultat void