C# Класс KeyboardEditor.ViewModels.KeyboardProfileViewModel

The WizardPage enables editing a keyboards basic properties : its name, width and height.
Наследование: HelpAwareWizardPage
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

CheckCanGoFurther() публичный Метод

Checks that all informations has been filled and that there are no keyboards that have the selected name.
public CheckCanGoFurther ( ) : bool
Результат bool

KeyboardProfileViewModel() публичный Метод

Ctor, creates a new SimpleKeyboardViewModel.
public KeyboardProfileViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager ) : System
root IKeyboardEditorRoot
wizardManager WizardManager The wizard manager
Результат System

KeyboardProfileViewModel() публичный Метод

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
Результат System

OnBeforeGoBack() публичный Метод

public OnBeforeGoBack ( ) : bool
Результат bool

OnBeforeNext() публичный Метод

public OnBeforeNext ( ) : bool
Результат bool