C# Class KeyboardEditor.ViewModels.KeyboardProfileViewModel

The WizardPage enables editing a keyboards basic properties : its name, width and height.
Inheritance: HelpAwareWizardPage
Exibir arquivo Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
CheckCanGoFurther ( ) : bool

Checks that all informations has been filled and that there are no keyboards that have the selected name.

KeyboardProfileViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager ) : System

Ctor, creates a new SimpleKeyboardViewModel.

KeyboardProfileViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboard model ) : System

Ctor

OnBeforeGoBack ( ) : bool
OnBeforeNext ( ) : bool

Method Details

CheckCanGoFurther() public method

Checks that all informations has been filled and that there are no keyboards that have the selected name.
public CheckCanGoFurther ( ) : bool
return bool

KeyboardProfileViewModel() public method

Ctor, creates a new SimpleKeyboardViewModel.
public KeyboardProfileViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager ) : System
root IKeyboardEditorRoot
wizardManager WizardManager The wizard manager
return System

KeyboardProfileViewModel() public method

Ctor
public KeyboardProfileViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboard model ) : System
root IKeyboardEditorRoot
wizardManager WizardManager The wizard manager
model IKeyboard The keyboard to create or modify
return System

OnBeforeGoBack() public method

public OnBeforeGoBack ( ) : bool
return bool

OnBeforeNext() public method

public OnBeforeNext ( ) : bool
return bool