C# Class Upac.Dashboards.TabNameChanger

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: 1508/upac-for-umbraco

Protected Properties

Свойство Type Description
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

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
Save ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
SetupDictionary ( ) : void
SetupTabNames ( ) : void

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Save() protected méthode

protected Save ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

PropertyPanel1 protected_oe property

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

PropertyPanel2 protected_oe property

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

bt protected_oe property

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
Résultat global::System.Web.UI.WebControls.Button

ddlDictionary protected_oe property

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
Résultat global::System.Web.UI.WebControls.DropDownList

ddlFind protected_oe property

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
Résultat global::System.Web.UI.WebControls.DropDownList

ltrRowsAffected protected_oe property

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
Résultat global::System.Web.UI.WebControls.Literal