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

Defines the WizardFrameViewModel type.
Inheritance: NinjaBaseViewModel
显示文件 Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method 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

Method 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 method

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

WizardFrameViewModel() public method

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.
return System