C# 클래스 NinjaCoder.MvvmCross.Controllers.ApplicationController

Defines the ApplicationController type.
상속: NinjaCoder.MvvmCross.Controllers.BaseController
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

메소드 설명
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