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

Defines the BaseWizardStepViewModel type.
Inheritance: BaseViewModel
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes publiques

Méthode 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 méthode

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

CanMoveToPreviousPage() public méthode

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

OnInitialize() public méthode

Called when [initialize].
public OnInitialize ( ) : void
Résultat void

OnNext() public méthode

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
Résultat Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier

OnPrevious() public méthode

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
Résultat Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier

OnSave() public méthode

Called when [save].
public OnSave ( ) : void
Résultat void