C# 클래스 Upac.Dashboards.PropertyNameChanger

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: 1508/upac-for-umbraco

보호된 프로퍼티들

프로퍼티 타입 설명
PropertyPanel1 global::umbraco.uicontrols.PropertyPanel
PropertyPanel2 global::umbraco.uicontrols.PropertyPanel
bt global::System.Web.UI.WebControls.Button
ddlDictionary global::System.Web.UI.WebControls.DropDownList
ddlFind global::System.Web.UI.WebControls.DropDownList
ltrRowsAffected global::System.Web.UI.WebControls.Literal

보호된 메소드들

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

비공개 메소드들

메소드 설명
SetupDictionary ( ) : void
SetupPropertyNames ( ) : void

메소드 상세

Page_Load() 보호된 메소드

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

Save() 보호된 메소드

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

프로퍼티 상세

PropertyPanel1 보호되어 있는 프로퍼티

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

PropertyPanel2 보호되어 있는 프로퍼티

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

bt 보호되어 있는 프로퍼티

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

ddlDictionary 보호되어 있는 프로퍼티

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

ddlFind 보호되어 있는 프로퍼티

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

ltrRowsAffected 보호되어 있는 프로퍼티

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