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

Наследование: HelpAwareWizardPage
Показать файл Открыть проект

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

Метод Описание
CheckCanGoFurther ( ) : bool
KeyboardListViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboardCollection model ) : System.Collections.Generic

Ctor

OnKeyboardSelected ( KeyboardViewModel selectedKeyboardViewModel ) : void

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

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

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

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

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

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

public OnKeyboardSelected ( KeyboardViewModel selectedKeyboardViewModel ) : void
selectedKeyboardViewModel KeyboardViewModel
Результат void