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

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

Открытые методы

Метод Описание
ApplyCodeDependencies ( IVisualStudioService visualStudioService, Scorchio.VisualStudio.Entities.CodeConfig codeConfig ) : IEnumerable

Applies the code dependencies.

CodeConfigService ( ) : System.Collections.Generic

Initializes a new instance of the CodeConfigService class.

GetBootstrapFileName ( Scorchio.VisualStudio.Entities.CodeConfig codeConfig, string friendlyName ) : string

Gets the name of the bootstrap file.

GetNugetCommand ( Scorchio.VisualStudio.Entities.CodeConfig codeConfig ) : string

Gets the nuget command.

GetProjectNugetCommand ( Scorchio.VisualStudio.Entities.CodeConfig codeConfig, IProjectService projectService ) : string

Gets the project nuget command if we need one.

Приватные методы

Метод Описание
ApplyCodeSnippet ( IVisualStudioService visualStudioService, Scorchio.VisualStudio.Entities.CodeSnippet codeSnippet ) : IEnumerable

Applies the code snippet.

Описание методов

ApplyCodeDependencies() публичный Метод

Applies the code dependencies.
public ApplyCodeDependencies ( IVisualStudioService visualStudioService, Scorchio.VisualStudio.Entities.CodeConfig codeConfig ) : IEnumerable
visualStudioService IVisualStudioService The visual studio service.
codeConfig Scorchio.VisualStudio.Entities.CodeConfig The code config.
Результат IEnumerable

CodeConfigService() публичный Метод

Initializes a new instance of the CodeConfigService class.
public CodeConfigService ( ) : System.Collections.Generic
Результат System.Collections.Generic

GetBootstrapFileName() публичный Метод

Gets the name of the bootstrap file.
public GetBootstrapFileName ( Scorchio.VisualStudio.Entities.CodeConfig codeConfig, string friendlyName ) : string
codeConfig Scorchio.VisualStudio.Entities.CodeConfig The code config.
friendlyName string Name of the friendly.
Результат string

GetNugetCommand() публичный Метод

Gets the nuget command.
public GetNugetCommand ( Scorchio.VisualStudio.Entities.CodeConfig codeConfig ) : string
codeConfig Scorchio.VisualStudio.Entities.CodeConfig The code config.
Результат string

GetProjectNugetCommand() публичный Метод

Gets the project nuget command if we need one.
public GetProjectNugetCommand ( Scorchio.VisualStudio.Entities.CodeConfig codeConfig, IProjectService projectService ) : string
codeConfig Scorchio.VisualStudio.Entities.CodeConfig The code config.
projectService IProjectService The project service.
Результат string