C# Class NinjaCoder.MvvmCross.Services.ApplicationService

Defines the ApplicationService type.
Inheritance: IApplicationService
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

ApplicationService() public méthode

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.
Résultat System

ClearErrorLogFile() public méthode

Clears the error log file.
public ClearErrorLogFile ( ) : void
Résultat void

ClearLogFile() public méthode

Clears the log file.
public ClearLogFile ( ) : void
Résultat void

FixInfoPList() public méthode

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

GetApplicationFramework() public méthode

Gets the application framework.
public GetApplicationFramework ( ) : FrameworkType
Résultat FrameworkType

GetCommandsList() public méthode

Gets the commands list.
public GetCommandsList ( ) : CommandsList
Résultat CommandsList

GetInstallationDirectory() public méthode

Gets the installation directory.
public GetInstallationDirectory ( ) : string
Résultat string

OpenInstallationDirectory() public méthode

Opens the installation directory.
public OpenInstallationDirectory ( ) : void
Résultat void

SetWorkingDirectory() public méthode

Sets the working directory.
public SetWorkingDirectory ( string path ) : void
path string The path.
Résultat void

ShowMvvmCrossHomePage() public méthode

Shows the MVVM cross home page.
public ShowMvvmCrossHomePage ( ) : void
Résultat void

ShowXamarinFormsHomePage() public méthode

Shows the xamarin forms home page.
public ShowXamarinFormsHomePage ( ) : void
Résultat void

SuspendResharperIfRequested() public méthode

Suspends the resharper if requested.
public SuspendResharperIfRequested ( ) : void
Résultat void

ViewErrorLogFile() public méthode

Views the error log file.
public ViewErrorLogFile ( ) : void
Résultat void

ViewLogFile() public méthode

Views the log file.
public ViewLogFile ( ) : void
Résultat void