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

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

Защищенные свойства (Protected)

Свойство Тип Описание
FileSystem IFileSystem

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

Метод Описание
AddProjects ( IVisualStudioService visualStudioServiceInstance, string path, IEnumerable projectsInfos ) : IEnumerable

Adds the projects.

ProjectsService ( ISettingsService settingsService, IFileSystem fileSystem, ITextTemplatingService textTemplatingService, ITokensTranslator tokensTranslator ) : System

Initializes a new instance of the ProjectsService class.

SetStartUpProject ( ) : void

Sets the start up project.

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

Метод Описание
AddProject ( ProjectTemplateInfo projectInfo, string projectPath ) : void

Adds the project.

AddProject ( string path, ProjectTemplateInfo projectInfo ) : void

Adds the project.

CreateMessages ( ) : void

Creates the messages.

TryToAddProject ( string path, ProjectTemplateInfo projectInfo ) : void

Adds the project.

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

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

Adds the projects.
public AddProjects ( IVisualStudioService visualStudioServiceInstance, string path, IEnumerable projectsInfos ) : IEnumerable
visualStudioServiceInstance IVisualStudioService The visual studio service.
path string The path.
projectsInfos IEnumerable The projects infos.
Результат IEnumerable

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

Initializes a new instance of the ProjectsService class.
public ProjectsService ( ISettingsService settingsService, IFileSystem fileSystem, ITextTemplatingService textTemplatingService, ITokensTranslator tokensTranslator ) : System
settingsService ISettingsService The settings service.
fileSystem IFileSystem The file system.
textTemplatingService ITextTemplatingService The text templating service.
tokensTranslator ITokensTranslator The tokens translator.
Результат System

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

Sets the start up project.
public SetStartUpProject ( ) : void
Результат void

Описание свойств

FileSystem защищенное свойство

The file system.
protected IFileSystem FileSystem
Результат IFileSystem