C# Класс NinjaCoder.MvvmCross.ViewModels.Wizard.WizardFrameViewModel

Defines the WizardFrameViewModel type.
Наследование: NinjaBaseViewModel
Показать файл Открыть проект

Открытые методы

Метод Описание
GetWizardStepViewModel ( string name ) : WizardStepViewModel

Gets the wizard step view model.

WizardFrameViewModel ( ISettingsService settingsService, IWizardData wizardData ) : System

Initializes a new instance of the WizardFrameViewModel class.

Приватные методы

Метод Описание
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.

Описание методов

GetWizardStepViewModel() публичный Метод

Gets the wizard step view model.
public GetWizardStepViewModel ( string name ) : WizardStepViewModel
name string The name.
Результат Scorchio.Infrastructure.Wpf.ViewModels.Wizard.WizardStepViewModel

WizardFrameViewModel() публичный Метод

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.
Результат System