C# 클래스 NinjaCoder.MvvmCross.Services.PluginsService

Defines the PluginsService type.
상속: NinjaCoder.MvvmCross.Services.BaseCodeService, IPluginsService
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross 1 사용 예제들

공개 메소드들

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

메소드 상세

GetNugetCommands() 공개 메소드

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

GetPostNugetCommands() 공개 메소드

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

GetPostNugetFileOperations() 공개 메소드

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

PluginsService() 공개 메소드

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.
리턴 System.Collections.Generic