C# Class Scorchio.Infrastructure.Wpf.ViewModels.Wizard.BaseWizardStepViewModel

Defines the BaseWizardStepViewModel type.
Inheritance: BaseViewModel
Datei anzeigen Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method Description
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].

Method Details

CanMoveToNextPage() public method

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

CanMoveToPreviousPage() public method

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

OnInitialize() public method

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

OnNext() public method

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
return Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier

OnPrevious() public method

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
return Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier

OnSave() public method

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