C# Class NinjaCoder.MvvmCross.Controllers.ApplicationController

Defines the ApplicationController type.
Inheritance: NinjaCoder.MvvmCross.Controllers.BaseController
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes publiques

Méthode Description
ApplicationController ( IApplicationService applicationService, IVisualStudioService visualStudioService, ISettingsService settingsService, IMessageBoxService messageBoxService, IResolverService resolverService, IReadMeService readMeService ) : System.Collections.Generic

Initializes a new instance of the ApplicationController class.

ClearErrorLogFile ( ) : void

Clears the error log file.

ClearLogFile ( ) : void

Clears the log file.

GetInstallationDirectory ( ) : string

Gets the installation directory.

GetProjects ( ) : IEnumerable

Gets the projects.

MvvmCrossHomePage ( ) : void

MVVMs the cross home page.

OpenInstallationDirectory ( ) : void

Opens the installation directory.

SetWorkingDirectory ( string path ) : void

Sets the working directory.

ShowAboutBox ( ) : void

Shows the about box.

ShowOptions ( ) : void

Shows the options.

ViewErrorLogFile ( ) : void

Views the error log file.

ViewLogFile ( ) : void

Views the log file.

XamarinFormsHomePage ( ) : void

Xamarins the forms home page.

Method Details

ApplicationController() public méthode

Initializes a new instance of the ApplicationController class.
public ApplicationController ( IApplicationService applicationService, IVisualStudioService visualStudioService, ISettingsService settingsService, IMessageBoxService messageBoxService, IResolverService resolverService, IReadMeService readMeService ) : System.Collections.Generic
applicationService IApplicationService The application service.
visualStudioService IVisualStudioService The visual studio service.
settingsService ISettingsService The settings service.
messageBoxService IMessageBoxService The message box service.
resolverService IResolverService The resolver service.
readMeService IReadMeService The read me service.
Résultat System.Collections.Generic

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

GetInstallationDirectory() public méthode

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

GetProjects() public méthode

Gets the projects.
public GetProjects ( ) : IEnumerable
Résultat IEnumerable

MvvmCrossHomePage() public méthode

MVVMs the cross home page.
public MvvmCrossHomePage ( ) : void
Résultat void

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

ShowAboutBox() public méthode

Shows the about box.
public ShowAboutBox ( ) : void
Résultat void

ShowOptions() public méthode

Shows the options.
public ShowOptions ( ) : 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

XamarinFormsHomePage() public méthode

Xamarins the forms home page.
public XamarinFormsHomePage ( ) : void
Résultat void