C# 클래스 N2.Edit.Installation.InstallationChecker

상속: IAutoStart
파일 보기 프로젝트 열기: Earthware/n2cms

보호된 프로퍼티들

프로퍼티 타입 설명
checkInstallation bool
managementUrl string
welcomeUrl string

공개 메소드들

메소드 설명
InstallationChecker ( IWebContext webContext, EventBroker broker, ConfigurationManagerWrapper configuration, InstallationManager installer ) : System
Start ( ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
BeginRequest ( object sender, EventArgs args ) : void

비공개 메소드들

메소드 설명
CheckInstallation ( ) : void

메소드 상세

BeginRequest() 보호된 메소드

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

InstallationChecker() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

checkInstallation 보호되어 있는 프로퍼티

protected bool checkInstallation
리턴 bool

managementUrl 보호되어 있는 프로퍼티

protected string managementUrl
리턴 string

welcomeUrl 보호되어 있는 프로퍼티

protected string welcomeUrl
리턴 string