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

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

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

Метод Описание
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