C# 클래스 Optimus.Umbraco.Dialogs.ProviderInstaller

파일 보기 프로젝트 열기: TimGeyssens/BundlingAndMinificationForTheMasses

보호된 프로퍼티들

프로퍼티 타입 설명
Feedback1 global::umbraco.uicontrols.Feedback
ProgressBar1 global::umbraco.uicontrols.ProgressBar
btnInstall global::System.Web.UI.WebControls.Button
chkProviders global::System.Web.UI.WebControls.CheckBoxList
feedback global::umbraco.uicontrols.Feedback
pnlInstall global::System.Web.UI.WebControls.Panel

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
btnInstall_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
GetPackageGuidFromZip ( string path ) : Guid
GetProviderPackages ( ) : IList

메소드 상세

Page_Load() 보호된 메소드

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

btnInstall_Click() 보호된 메소드

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

프로퍼티 상세

Feedback1 보호되어 있는 프로퍼티

Feedback1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.Feedback Feedback1
리턴 global::umbraco.uicontrols.Feedback

ProgressBar1 보호되어 있는 프로퍼티

ProgressBar1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.ProgressBar ProgressBar1
리턴 global::umbraco.uicontrols.ProgressBar

btnInstall 보호되어 있는 프로퍼티

btnInstall control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnInstall
리턴 global::System.Web.UI.WebControls.Button

chkProviders 보호되어 있는 프로퍼티

chkProviders control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBoxList chkProviders
리턴 global::System.Web.UI.WebControls.CheckBoxList

feedback 보호되어 있는 프로퍼티

feedback control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::umbraco.uicontrols.Feedback feedback
리턴 global::umbraco.uicontrols.Feedback

pnlInstall 보호되어 있는 프로퍼티

pnlInstall control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlInstall
리턴 global::System.Web.UI.WebControls.Panel