C# Class KeyboardEditor.ViewModels.KeyboardListViewModel

Inheritance: HelpAwareWizardPage
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Méthode Description
CheckCanGoFurther ( ) : bool
KeyboardListViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboardCollection model ) : System.Collections.Generic

Ctor

OnKeyboardSelected ( KeyboardViewModel selectedKeyboardViewModel ) : void

Method Details

CheckCanGoFurther() public méthode

public CheckCanGoFurther ( ) : bool
Résultat bool

KeyboardListViewModel() public méthode

Ctor
public KeyboardListViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboardCollection model ) : System.Collections.Generic
root IKeyboardEditorRoot
wizardManager WizardManager The wizard manager
model IKeyboardCollection The keyboard to create or modify
Résultat System.Collections.Generic

OnKeyboardSelected() public méthode

public OnKeyboardSelected ( KeyboardViewModel selectedKeyboardViewModel ) : void
selectedKeyboardViewModel KeyboardViewModel
Résultat void