C# 클래스 KeyboardEditor.ViewModels.KeyboardListViewModel

상속: HelpAwareWizardPage
파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
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