C# Class NinjaCoder.MvvmCross.Services.NugetService

Defines the NugetService type.
Inheritance: INugetService
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Private Properties

Свойство Type Description
DocumentEventsDocumentOpened void
ExecutePostNugetCommands void
ExecutePostNugetFileOperations void
NugetCompleted void
RemoveEventHandlers void
SetupEventHandlers void

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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.

Method Details

Execute() public méthode

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].
Résultat void

Execute() public méthode

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].
Résultat void

GetInitNugetMessages() public méthode

Gets the init nuget messages.
public GetInitNugetMessages ( ) : IEnumerable
Résultat IEnumerable

GetNugetCommands() public méthode

Gets the nuget commands.
public GetNugetCommands ( IEnumerable templates ) : string
templates IEnumerable The templates.
Résultat string

NugetService() public méthode

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.
Résultat System

OpenNugetWindow() public méthode

Opens the nuget window.
public OpenNugetWindow ( ) : void
Résultat void