C# 클래스 DotNetNuke.Modules.Admin.Extensions.Install

Supplies the functionality to Install Extensions(packages) to the Portal
상속: DotNetNuke.UI.Modules.ModuleUserControlBase
파일 보기 프로젝트 열기: ucdavis/caesdodnn

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

GetText() 보호된 메소드

protected GetText ( string type ) : string
type string
리턴 string

OnLoad() 보호된 메소드

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

chkIgnoreRestrictedFiles_CheckedChanged() 보호된 메소드

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

chkRepairInstall_CheckedChanged() 보호된 메소드

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

wizInstall_ActiveStepChanged() 보호된 메소드

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

wizInstall_CancelButtonClick() 보호된 메소드

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
리턴 void

wizInstall_FinishButtonClick() 보호된 메소드

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
리턴 void

wizInstall_NextButtonClick() 보호된 메소드

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
리턴 void