C# 클래스 N2.Edit.Install.Begin.Default

파일 보기 프로젝트 열기: bherila/n2cms

보호된 프로퍼티들

프로퍼티 타입 설명
action string
autoLogin bool
config N2.Configuration.InstallerElement
continueUrl string
installationAllowed bool
needsPasswordChange bool
version Version

공개 메소드들

메소드 설명
ComputeSHA1Hash ( string input ) : string

보호된 메소드들

메소드 설명
OkCommand ( object sender, CommandEventArgs args ) : void
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
chkLoginUrl_CheckedChanged ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
ReportManualConfigChange ( ) : void
TryOpenWebConfiguration ( System &configuration ) : bool

메소드 상세

ComputeSHA1Hash() 공개 메소드

public ComputeSHA1Hash ( string input ) : string
input string
리턴 string

OkCommand() 보호된 메소드

protected OkCommand ( object sender, CommandEventArgs args ) : void
sender object
args CommandEventArgs
리턴 void

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e EventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void

chkLoginUrl_CheckedChanged() 보호된 메소드

protected chkLoginUrl_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

action 보호되어 있는 프로퍼티

protected string action
리턴 string

autoLogin 보호되어 있는 프로퍼티

protected bool autoLogin
리턴 bool

config 보호되어 있는 프로퍼티

protected InstallerElement,N2.Configuration config
리턴 N2.Configuration.InstallerElement

continueUrl 보호되어 있는 프로퍼티

protected string continueUrl
리턴 string

installationAllowed 보호되어 있는 프로퍼티

protected bool installationAllowed
리턴 bool

needsPasswordChange 보호되어 있는 프로퍼티

protected bool needsPasswordChange
리턴 bool

version 보호되어 있는 프로퍼티

protected Version version
리턴 Version