C# Класс NinjaCoder.MvvmCross.Services.NugetService

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

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