C# 클래스 KeyboardEditor.ViewModels.KeyboardProfileViewModel

The WizardPage enables editing a keyboards basic properties : its name, width and height.
상속: HelpAwareWizardPage
파일 보기 프로젝트 열기: Invenietis/ck-certified 1 사용 예제들

공개 메소드들

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