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

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

Private Properties

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

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

Метод Описание
CodeTidyUp ( bool removeHeader, bool removeComments, bool removeThisPointer ) : void

Tidy the code up.

GetDefaultProjectName ( ) : string

Gets the default name of the project.

GetFolderTemplateInfos ( string path ) : List

Gets the folder template infos.

GetFrameworkType ( ) : FrameworkType

Gets the type of the framework.

GetProjectServiceBySuffix ( string suffix ) : IProjectService

Gets the project service by suffix.

GetPublicViewModelNames ( ) : IEnumerable

Gets the public view model names.

GetTextTransformationService ( ) : ITextTransformationService

Gets the text transformation service.

VisualStudioService ( ISettingsService settingsService ) : System.Collections.Generic

Initializes a new instance of the VisualStudioService class.

WriteStatusBarMessage ( string message ) : void

Writes the status bar message.

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

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

Tidy the code up.
public CodeTidyUp ( bool removeHeader, bool removeComments, bool removeThisPointer ) : void
removeHeader bool if set to true [remove header].
removeComments bool if set to true [remove comments].
removeThisPointer bool if set to true [remove this pointer].
Результат void

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

Gets the default name of the project.
public GetDefaultProjectName ( ) : string
Результат string

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

Gets the folder template infos.
public GetFolderTemplateInfos ( string path ) : List
path string The path.
Результат List

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

Gets the type of the framework.
public GetFrameworkType ( ) : FrameworkType
Результат FrameworkType

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

Gets the project service by suffix.
public GetProjectServiceBySuffix ( string suffix ) : IProjectService
suffix string The suffix.
Результат IProjectService

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

Gets the public view model names.
public GetPublicViewModelNames ( ) : IEnumerable
Результат IEnumerable

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

Gets the text transformation service.
public GetTextTransformationService ( ) : ITextTransformationService
Результат ITextTransformationService

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

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

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

Writes the status bar message.
public WriteStatusBarMessage ( string message ) : void
message string The message.
Результат void