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

Afficher le fichier Open project: bherila/n2cms

Protected Properties

Свойство Type Description
action string
autoLogin bool
config N2.Configuration.InstallerElement
continueUrl string
installationAllowed bool
needsPasswordChange bool
version Version

Méthodes publiques

Méthode Description
ComputeSHA1Hash ( string input ) : string

Méthodes protégées

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

Private Methods

Méthode Description
ReportManualConfigChange ( ) : void
TryOpenWebConfiguration ( System &configuration ) : bool

Method Details

ComputeSHA1Hash() public méthode

public ComputeSHA1Hash ( string input ) : string
input string
Résultat string

OkCommand() protected méthode

protected OkCommand ( object sender, CommandEventArgs args ) : void
sender object
args CommandEventArgs
Résultat void

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

chkLoginUrl_CheckedChanged() protected méthode

protected chkLoginUrl_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

action protected_oe property

protected string action
Résultat string

autoLogin protected_oe property

protected bool autoLogin
Résultat bool

config protected_oe property

protected InstallerElement,N2.Configuration config
Résultat N2.Configuration.InstallerElement

continueUrl protected_oe property

protected string continueUrl
Résultat string

installationAllowed protected_oe property

protected bool installationAllowed
Résultat bool

needsPasswordChange protected_oe property

protected bool needsPasswordChange
Résultat bool

version protected_oe property

protected Version version
Résultat Version