C# 클래스 Scorchio.Infrastructure.Wpf.ViewModels.Wizard.BaseWizardStepViewModel

Defines the BaseWizardStepViewModel type.
상속: BaseViewModel
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

메소드 설명
CanMoveToNextPage ( ) : bool

Determines whether this instance [can move to next page].

CanMoveToPreviousPage ( ) : bool

Determines whether this instance [can move to previous page].

OnInitialize ( ) : void

Called when [initialize].

OnNext ( ) : Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier

For when yous need to save some values that can't be directly bound to UI elements. Not called when moving previous (see WizardViewModel.MoveToNextStep).

OnPrevious ( ) : Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier

For when yous need to save some values that can't be directly bound to UI elements. Not called when moving previous (see WizardViewModel.MoveToNextStep).

OnSave ( ) : void

Called when [save].

메소드 상세

CanMoveToNextPage() 공개 메소드

Determines whether this instance [can move to next page].
public CanMoveToNextPage ( ) : bool
리턴 bool

CanMoveToPreviousPage() 공개 메소드

Determines whether this instance [can move to previous page].
public CanMoveToPreviousPage ( ) : bool
리턴 bool

OnInitialize() 공개 메소드

Called when [initialize].
public OnInitialize ( ) : void
리턴 void

OnNext() 공개 메소드

For when yous need to save some values that can't be directly bound to UI elements. Not called when moving previous (see WizardViewModel.MoveToNextStep).
public OnNext ( ) : Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier
리턴 Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier

OnPrevious() 공개 메소드

For when yous need to save some values that can't be directly bound to UI elements. Not called when moving previous (see WizardViewModel.MoveToNextStep).
public OnPrevious ( ) : Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier
리턴 Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier

OnSave() 공개 메소드

Called when [save].
public OnSave ( ) : void
리턴 void