C# Класс NinjaCoder.MvvmCross.ViewModels.PluginsViewModel

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

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

Метод Описание
GetRequiredPlugins ( ) : IEnumerable

Gets the required plugins.

PluginsViewModel ( ISettingsService settingsService, IVisualStudioService visualStudioService, IPluginFactory pluginFactory ) : System.Collections.Generic

Initializes a new instance of the PluginsViewModel class.

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

Метод Описание
DisplayWikiPage ( ) : void

Displays the wiki page.

GetPlugins ( Plugins plugins, bool includeCommunityPlugins ) : ObservableCollection>

Gets the plugins.

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

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

Gets the required plugins.
public GetRequiredPlugins ( ) : IEnumerable
Результат IEnumerable

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

Initializes a new instance of the PluginsViewModel class.
public PluginsViewModel ( ISettingsService settingsService, IVisualStudioService visualStudioService, IPluginFactory pluginFactory ) : System.Collections.Generic
settingsService ISettingsService The settings service.
visualStudioService IVisualStudioService The visual studio service.
pluginFactory IPluginFactory The plugin factory.
Результат System.Collections.Generic