C# 클래스 NinjaCoder.MvvmCross.Services.VisualStudioService

Defines the VisualStudioService type.
상속: BaseService, IVisualStudioService
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

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