C# Class NinjaCoder.MvvmCross.Controllers.ApplicationController

Defines the ApplicationController type.
Inheritance: NinjaCoder.MvvmCross.Controllers.BaseController
Show file Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method 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 method

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.
return System.Collections.Generic

ClearErrorLogFile() public method

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

ClearLogFile() public method

Clears the log file.
public ClearLogFile ( ) : void
return void

GetInstallationDirectory() public method

Gets the installation directory.
public GetInstallationDirectory ( ) : string
return string

GetProjects() public method

Gets the projects.
public GetProjects ( ) : IEnumerable
return IEnumerable

MvvmCrossHomePage() public method

MVVMs the cross home page.
public MvvmCrossHomePage ( ) : void
return void

OpenInstallationDirectory() public method

Opens the installation directory.
public OpenInstallationDirectory ( ) : void
return void

SetWorkingDirectory() public method

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

ShowAboutBox() public method

Shows the about box.
public ShowAboutBox ( ) : void
return void

ShowOptions() public method

Shows the options.
public ShowOptions ( ) : void
return void

ViewErrorLogFile() public method

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

ViewLogFile() public method

Views the log file.
public ViewLogFile ( ) : void
return void

XamarinFormsHomePage() public method

Xamarins the forms home page.
public XamarinFormsHomePage ( ) : void
return void