C# Класс NinjaCoder.MvvmCross.Controllers.ApplicationController

Defines the ApplicationController type.
Наследование: NinjaCoder.MvvmCross.Controllers.BaseController
Показать файл Открыть проект

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

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

Описание методов

ApplicationController() публичный Метод

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.
Результат System.Collections.Generic

ClearErrorLogFile() публичный Метод

Clears the error log file.
public ClearErrorLogFile ( ) : void
Результат void

ClearLogFile() публичный Метод

Clears the log file.
public ClearLogFile ( ) : void
Результат void

GetInstallationDirectory() публичный Метод

Gets the installation directory.
public GetInstallationDirectory ( ) : string
Результат string

GetProjects() публичный Метод

Gets the projects.
public GetProjects ( ) : IEnumerable
Результат IEnumerable

MvvmCrossHomePage() публичный Метод

MVVMs the cross home page.
public MvvmCrossHomePage ( ) : void
Результат void

OpenInstallationDirectory() публичный Метод

Opens the installation directory.
public OpenInstallationDirectory ( ) : void
Результат void

SetWorkingDirectory() публичный Метод

Sets the working directory.
public SetWorkingDirectory ( string path ) : void
path string The path.
Результат void

ShowAboutBox() публичный Метод

Shows the about box.
public ShowAboutBox ( ) : void
Результат void

ShowOptions() публичный Метод

Shows the options.
public ShowOptions ( ) : void
Результат void

ViewErrorLogFile() публичный Метод

Views the error log file.
public ViewErrorLogFile ( ) : void
Результат void

ViewLogFile() публичный Метод

Views the log file.
public ViewLogFile ( ) : void
Результат void

XamarinFormsHomePage() публичный Метод

Xamarins the forms home page.
public XamarinFormsHomePage ( ) : void
Результат void