C# Class KeyboardEditor.ViewModels.KeyboardListViewModel

Inheritance: HelpAwareWizardPage
Show file Open project: Invenietis/ck-certified

Public Methods

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

Ctor

OnKeyboardSelected ( KeyboardViewModel selectedKeyboardViewModel ) : void

Method Details

CheckCanGoFurther() public method

public CheckCanGoFurther ( ) : bool
return bool

KeyboardListViewModel() public method

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
return System.Collections.Generic

OnKeyboardSelected() public method

public OnKeyboardSelected ( KeyboardViewModel selectedKeyboardViewModel ) : void
selectedKeyboardViewModel KeyboardViewModel
return void