C# Class DotNetNuke.Modules.Admin.Extensions.Install

Supplies the functionality to Install Extensions(packages) to the Portal
Inheritance: DotNetNuke.UI.Modules.ModuleUserControlBase
显示文件 Open project: ucdavis/caesdodnn

Protected Methods

Method Description
GetText ( string type ) : string
OnLoad ( EventArgs e ) : void

The Page_Load runs when the page loads

chkIgnoreRestrictedFiles_CheckedChanged ( object sender, EventArgs e ) : void
chkRepairInstall_CheckedChanged ( object sender, EventArgs e ) : void
wizInstall_ActiveStepChanged ( object sender, EventArgs e ) : void
wizInstall_CancelButtonClick ( object sender, EventArgs e ) : void

wizInstall_CancelButtonClick runs when the Cancel Button on the Wizard is clicked.

wizInstall_FinishButtonClick ( object sender, System.Web.UI.WebControls.WizardNavigationEventArgs e ) : void

wizInstall_FinishButtonClick runs when the Finish Button on the Wizard is clicked.

wizInstall_NextButtonClick ( object sender, System.Web.UI.WebControls.WizardNavigationEventArgs e ) : void

Wizard_NextButtonClickruns when the next Button is clicked. It provides a mechanism for cancelling the page change if certain conditions aren't met.

Private Methods

Method Description
BindPackage ( ) : void

This routine binds the package to the Property Editor

CheckSecurity ( ) : void

This routine checks the Access Security

CreateInstaller ( ) : void

This routine creates the Installer

CreateManifest ( ) : void
Initialize ( ) : void
InstallPackage ( System.Web.UI.WebControls.WizardNavigationEventArgs e ) : void

This routine installs the uploaded package

LoadPackage ( string package ) : void
ValidatePackage ( ) : bool

Method Details

GetText() protected method

protected GetText ( string type ) : string
type string
return string

OnLoad() protected method

The Page_Load runs when the page loads
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

chkIgnoreRestrictedFiles_CheckedChanged() protected method

protected chkIgnoreRestrictedFiles_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

chkRepairInstall_CheckedChanged() protected method

protected chkRepairInstall_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

wizInstall_ActiveStepChanged() protected method

protected wizInstall_ActiveStepChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

wizInstall_CancelButtonClick() protected method

wizInstall_CancelButtonClick runs when the Cancel Button on the Wizard is clicked.
protected wizInstall_CancelButtonClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

wizInstall_FinishButtonClick() protected method

wizInstall_FinishButtonClick runs when the Finish Button on the Wizard is clicked.
protected wizInstall_FinishButtonClick ( object sender, System.Web.UI.WebControls.WizardNavigationEventArgs e ) : void
sender object
e System.Web.UI.WebControls.WizardNavigationEventArgs
return void

wizInstall_NextButtonClick() protected method

Wizard_NextButtonClickruns when the next Button is clicked. It provides a mechanism for cancelling the page change if certain conditions aren't met.
protected wizInstall_NextButtonClick ( object sender, System.Web.UI.WebControls.WizardNavigationEventArgs e ) : void
sender object
e System.Web.UI.WebControls.WizardNavigationEventArgs
return void