C# Class NinjaCoder.MvvmCross.Services.PluginsService

Defines the PluginsService type.
Inheritance: NinjaCoder.MvvmCross.Services.BaseCodeService, IPluginsService
显示文件 Open project: asudbury/NinjaCoderForMvvmCross Class Usage Examples

Public Methods

Method Description
GetNugetCommands ( IEnumerable plugins, bool usePreRelease ) : IEnumerable

Gets the nuget commands.

GetPostNugetCommands ( IEnumerable plugins ) : IEnumerable

Gets the post nuget commands.

GetPostNugetFileOperations ( IEnumerable plugins ) : IEnumerable

Gets the post nuget file operations.

PluginsService ( IVisualStudioService visualStudioService, ISettingsService settingsService ) : System.Collections.Generic

Initializes a new instance of the PluginsService class.

Method Details

GetNugetCommands() public method

Gets the nuget commands.
public GetNugetCommands ( IEnumerable plugins, bool usePreRelease ) : IEnumerable
plugins IEnumerable The plugins.
usePreRelease bool if set to true [use pre release].
return IEnumerable

GetPostNugetCommands() public method

Gets the post nuget commands.
public GetPostNugetCommands ( IEnumerable plugins ) : IEnumerable
plugins IEnumerable The plugins.
return IEnumerable

GetPostNugetFileOperations() public method

Gets the post nuget file operations.
public GetPostNugetFileOperations ( IEnumerable plugins ) : IEnumerable
plugins IEnumerable The plugins.
return IEnumerable

PluginsService() public method

Initializes a new instance of the PluginsService class.
public PluginsService ( IVisualStudioService visualStudioService, ISettingsService settingsService ) : System.Collections.Generic
visualStudioService IVisualStudioService The visual studio service.
settingsService ISettingsService The settings service.
return System.Collections.Generic