C# 클래스 KeyboardEditor.ViewModels.SaveAsStepViewModel

상속: HelpAwareWizardPage
파일 보기 프로젝트 열기: Invenietis/ck-certified 1 사용 예제들

공개 메소드들

메소드 설명
CheckCanGoFurther ( ) : bool

Checks that the user can go on the next page

OnBeforeNext ( ) : bool

Called before going to the next page. Handles saving/erasing/replacing/renaming keyboards

SaveAsStepViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboard editedKeyboard ) : System

Ctor

비공개 메소드들

메소드 설명
HandleKeyboardSelected ( ) : bool

Handles cases when the user has selected an existing keyboard on which the edited keyboard has to be applied.

HandleNewName ( ) : bool

Handles cases when no keyboards are selected, that the user has chosen a arbitrary name, inserted in the NewName property.

메소드 상세

CheckCanGoFurther() 공개 메소드

Checks that the user can go on the next page
public CheckCanGoFurther ( ) : bool
리턴 bool

OnBeforeNext() 공개 메소드

Called before going to the next page. Handles saving/erasing/replacing/renaming keyboards
public OnBeforeNext ( ) : bool
리턴 bool

SaveAsStepViewModel() 공개 메소드

Ctor
public SaveAsStepViewModel ( IKeyboardEditorRoot root, WizardManager wizardManager, IKeyboard editedKeyboard ) : System
root IKeyboardEditorRoot
wizardManager WizardManager The wizard manager
editedKeyboard IKeyboard
리턴 System