C# 클래스 NinjaCoder.MvvmCross.ViewModels.AddProjects.NinjaCoderOptionsViewModel

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

공개 메소드들

메소드 설명
NinjaCoderOptionsViewModel ( ISettingsService settingsService, IPluginsService pluginsService, IPluginFactory pluginFactory, ICachingService cachingService, IProjectFactory projectFactory ) : System.Collections.Generic

Initializes a new instance of the NinjaCoderOptionsViewModel class.

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).

메소드 상세

NinjaCoderOptionsViewModel() 공개 메소드

Initializes a new instance of the NinjaCoderOptionsViewModel class.
public NinjaCoderOptionsViewModel ( ISettingsService settingsService, IPluginsService pluginsService, IPluginFactory pluginFactory, ICachingService cachingService, IProjectFactory projectFactory ) : System.Collections.Generic
settingsService ISettingsService The settings service.
pluginsService IPluginsService The plugins service.
pluginFactory IPluginFactory The plugin factory.
cachingService ICachingService The caching service.
projectFactory IProjectFactory The project factory.
리턴 System.Collections.Generic

OnInitialize() 공개 메소드

Called when [initialize].
public OnInitialize ( ) : void
리턴 void

OnNext() 공개 메소드

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
리턴 Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier