C# Class N2.Edit.Install.Begin.Default

Mostra file Open project: bherila/n2cms

Protected Properties

Property Type Description
action string
autoLogin bool
config N2.Configuration.InstallerElement
continueUrl string
installationAllowed bool
needsPasswordChange bool
version Version

Public Methods

Method Description
ComputeSHA1Hash ( string input ) : string

Protected Methods

Method Description
OkCommand ( object sender, CommandEventArgs args ) : void
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
chkLoginUrl_CheckedChanged ( object sender, EventArgs e ) : void

Private Methods

Method Description
ReportManualConfigChange ( ) : void
TryOpenWebConfiguration ( System &configuration ) : bool

Method Details

ComputeSHA1Hash() public method

public ComputeSHA1Hash ( string input ) : string
input string
return string

OkCommand() protected method

protected OkCommand ( object sender, CommandEventArgs args ) : void
sender object
args CommandEventArgs
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

chkLoginUrl_CheckedChanged() protected method

protected chkLoginUrl_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

action protected_oe property

protected string action
return string

autoLogin protected_oe property

protected bool autoLogin
return bool

config protected_oe property

protected InstallerElement,N2.Configuration config
return N2.Configuration.InstallerElement

continueUrl protected_oe property

protected string continueUrl
return string

installationAllowed protected_oe property

protected bool installationAllowed
return bool

needsPasswordChange protected_oe property

protected bool needsPasswordChange
return bool

version protected_oe property

protected Version version
return Version