C# Class NinjaCoder.MvvmCross.ViewModels.Wizard.WizardFrameViewModel

Defines the WizardFrameViewModel type.
Inheritance: NinjaBaseViewModel
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes publiques

Méthode Description
GetWizardStepViewModel ( string name ) : WizardStepViewModel

Gets the wizard step view model.

WizardFrameViewModel ( ISettingsService settingsService, IWizardData wizardData ) : System

Initializes a new instance of the WizardFrameViewModel class.

Private Methods

Méthode Description
OnWizardCancel ( object sender, EventArgs eventArgs ) : void

Projectses the wizard view model on on cancel.

OnWizardFinish ( object sender, EventArgs e ) : void

Projectses the wizard view model on finish.

Method Details

GetWizardStepViewModel() public méthode

Gets the wizard step view model.
public GetWizardStepViewModel ( string name ) : WizardStepViewModel
name string The name.
Résultat Scorchio.Infrastructure.Wpf.ViewModels.Wizard.WizardStepViewModel

WizardFrameViewModel() public méthode

Initializes a new instance of the WizardFrameViewModel class.
public WizardFrameViewModel ( ISettingsService settingsService, IWizardData wizardData ) : System
settingsService ISettingsService The settings service.
wizardData IWizardData The wizard data.
Résultat System