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

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

Private Properties

프로퍼티 타입 설명
DocumentEventsDocumentOpened void
ExecutePostNugetCommands void
ExecutePostNugetFileOperations void
NugetCompleted void
RemoveEventHandlers void
SetupEventHandlers void

공개 메소드들

메소드 설명
Execute ( string readMePath, IEnumerable commands, bool resumeReSharper ) : void

Executes the specified commands.

Execute ( string readMePath, string commands, bool resumeReSharper ) : void

Executes the specified visual studio service.

GetInitNugetMessages ( ) : IEnumerable

Gets the init nuget messages.

GetNugetCommands ( IEnumerable templates ) : string

Gets the nuget commands.

NugetService ( IVisualStudioService visualStudioService, ISettingsService settingsService, ICachingService cachingService, IFileOperationService fileOperationService ) : System

Initializes a new instance of the NugetService class.

OpenNugetWindow ( ) : void

Opens the nuget window.

비공개 메소드들

메소드 설명
DocumentEventsDocumentOpened ( Document document ) : void

This runs when the NinjaReadMe.txt is opened after the nuget commands have run.

ExecutePostNugetCommands ( ) : void

Executes the post nuget commands.

ExecutePostNugetFileOperations ( ) : void

Executes the post nuget file operations.

NugetCompleted ( ) : void

Completed the nuget updates.

RemoveEventHandlers ( ) : void

Removes the event handlers.

SetupEventHandlers ( ) : void

Setups the event handlers.

메소드 상세

Execute() 공개 메소드

Executes the specified commands.
public Execute ( string readMePath, IEnumerable commands, bool resumeReSharper ) : void
readMePath string The read me path.
commands IEnumerable The commands.
resumeReSharper bool if set to true [resume re sharper].
리턴 void

Execute() 공개 메소드

Executes the specified visual studio service.
public Execute ( string readMePath, string commands, bool resumeReSharper ) : void
readMePath string The read me path.
commands string The commands.
resumeReSharper bool if set to true [resume re sharper].
리턴 void

GetInitNugetMessages() 공개 메소드

Gets the init nuget messages.
public GetInitNugetMessages ( ) : IEnumerable
리턴 IEnumerable

GetNugetCommands() 공개 메소드

Gets the nuget commands.
public GetNugetCommands ( IEnumerable templates ) : string
templates IEnumerable The templates.
리턴 string

NugetService() 공개 메소드

Initializes a new instance of the NugetService class.
public NugetService ( IVisualStudioService visualStudioService, ISettingsService settingsService, ICachingService cachingService, IFileOperationService fileOperationService ) : System
visualStudioService IVisualStudioService The visual studio service.
settingsService ISettingsService The settings service.
cachingService ICachingService The caching service.
fileOperationService IFileOperationService The file operation service.
리턴 System

OpenNugetWindow() 공개 메소드

Opens the nuget window.
public OpenNugetWindow ( ) : void
리턴 void