C# 클래스 NinjaCoder.MvvmCross.ViewModels.Wizard.WizardFrameViewModel

Defines the WizardFrameViewModel type.
상속: NinjaBaseViewModel
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

메소드 설명
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