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

Defines the ApplicationService type.
상속: IApplicationService
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross 1 사용 예제들

공개 메소드들

메소드 설명
ApplicationService ( IVisualStudioService visualStudioService, ISettingsService settingsService, CommandsList>.ITranslator commandsListTranslator ) : System

Initializes a new instance of the ApplicationService class.

ClearErrorLogFile ( ) : void

Clears the error log file.

ClearLogFile ( ) : void

Clears the log file.

FixInfoPList ( ProjectTemplateInfo projectTemplateInfo ) : void

Fixes the information p list.

GetApplicationFramework ( ) : FrameworkType

Gets the application framework.

GetCommandsList ( ) : CommandsList

Gets the commands list.

GetInstallationDirectory ( ) : string

Gets the installation directory.

OpenInstallationDirectory ( ) : void

Opens the installation directory.

SetWorkingDirectory ( string path ) : void

Sets the working directory.

ShowMvvmCrossHomePage ( ) : void

Shows the MVVM cross home page.

ShowXamarinFormsHomePage ( ) : void

Shows the xamarin forms home page.

SuspendResharperIfRequested ( ) : void

Suspends the resharper if requested.

ViewErrorLogFile ( ) : void

Views the error log file.

ViewLogFile ( ) : void

Views the log file.

메소드 상세

ApplicationService() 공개 메소드

Initializes a new instance of the ApplicationService class.
public ApplicationService ( IVisualStudioService visualStudioService, ISettingsService settingsService, CommandsList>.ITranslator commandsListTranslator ) : System
visualStudioService IVisualStudioService The visual studio service.
settingsService ISettingsService The settings service.
commandsListTranslator CommandsList>.ITranslator The commands list translator.
리턴 System

ClearErrorLogFile() 공개 메소드

Clears the error log file.
public ClearErrorLogFile ( ) : void
리턴 void

ClearLogFile() 공개 메소드

Clears the log file.
public ClearLogFile ( ) : void
리턴 void

FixInfoPList() 공개 메소드

Fixes the information p list.
public FixInfoPList ( ProjectTemplateInfo projectTemplateInfo ) : void
projectTemplateInfo Scorchio.VisualStudio.Entities.ProjectTemplateInfo The project template information.
리턴 void

GetApplicationFramework() 공개 메소드

Gets the application framework.
public GetApplicationFramework ( ) : FrameworkType
리턴 FrameworkType

GetCommandsList() 공개 메소드

Gets the commands list.
public GetCommandsList ( ) : CommandsList
리턴 CommandsList

GetInstallationDirectory() 공개 메소드

Gets the installation directory.
public GetInstallationDirectory ( ) : string
리턴 string

OpenInstallationDirectory() 공개 메소드

Opens the installation directory.
public OpenInstallationDirectory ( ) : void
리턴 void

SetWorkingDirectory() 공개 메소드

Sets the working directory.
public SetWorkingDirectory ( string path ) : void
path string The path.
리턴 void

ShowMvvmCrossHomePage() 공개 메소드

Shows the MVVM cross home page.
public ShowMvvmCrossHomePage ( ) : void
리턴 void

ShowXamarinFormsHomePage() 공개 메소드

Shows the xamarin forms home page.
public ShowXamarinFormsHomePage ( ) : void
리턴 void

SuspendResharperIfRequested() 공개 메소드

Suspends the resharper if requested.
public SuspendResharperIfRequested ( ) : void
리턴 void

ViewErrorLogFile() 공개 메소드

Views the error log file.
public ViewErrorLogFile ( ) : void
리턴 void

ViewLogFile() 공개 메소드

Views the log file.
public ViewLogFile ( ) : void
리턴 void