C# Class N2.Edit.Installation.InstallationChecker

Inheritance: IAutoStart
Mostrar archivo Open project: Earthware/n2cms

Protected Properties

Property Type Description
checkInstallation bool
managementUrl string
welcomeUrl string

Public Methods

Method Description
InstallationChecker ( IWebContext webContext, EventBroker broker, ConfigurationManagerWrapper configuration, InstallationManager installer ) : System
Start ( ) : void
Stop ( ) : void

Protected Methods

Method Description
BeginRequest ( object sender, EventArgs args ) : void

Private Methods

Method Description
CheckInstallation ( ) : void

Method Details

BeginRequest() protected method

protected BeginRequest ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void

InstallationChecker() public method

public InstallationChecker ( IWebContext webContext, EventBroker broker, ConfigurationManagerWrapper configuration, InstallationManager installer ) : System
webContext IWebContext
broker EventBroker
configuration ConfigurationManagerWrapper
installer InstallationManager
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

checkInstallation protected_oe property

protected bool checkInstallation
return bool

managementUrl protected_oe property

protected string managementUrl
return string

welcomeUrl protected_oe property

protected string welcomeUrl
return string