C# Class NinjaCoder.MvvmCross.ViewModels.AddProjects.ApplicationSamplesOptionsViewModel

Defines the ApplicationSamplesOptionsViewModel type.
Inheritance: NugetPackagesBaseViewModel
显示文件 Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method Description
ApplicationSamplesOptionsViewModel ( ISettingsService settingsService, ICachingService cachingService, IPluginsService pluginsService, IProjectFactory projectFactory, IPluginFactory pluginFactory ) : System

Initializes a new instance of the ApplicationSamplesOptionsViewModel class.

OnInitialize ( ) : void

Called when [initialize].

Private Methods

Method Description
GetPlugins ( IEnumerable plugins ) : ObservableCollection>

Gets the plugins.

Method Details

ApplicationSamplesOptionsViewModel() public method

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

OnInitialize() public method

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