C# Class DotNetNuke.Modules.UserDefinedTable.TemplateList

Afficher le fichier Open project: DNNCommunity/DNN.FormAndList

Protected Properties

Свойство Type Description
GridView1 global::System.Web.UI.WebControls.GridView
TemplateCustomValuesEditor global::DotNetNuke.UI.WebControls.CollectionEditorControl
TemplateDataSource global::System.Web.UI.WebControls.ObjectDataSource
cmdApply global::System.Web.UI.WebControls.LinkButton
cmdConfig global::System.Web.UI.WebControls.HyperLink
lblConfig global::System.Web.UI.WebControls.Label
lblCustomizeTemplate global::System.Web.UI.WebControls.Label
lblNewConfig global::System.Web.UI.WebControls.Label
lblTemplate global::System.Web.UI.WebControls.Label

Méthodes publiques

Méthode Description
RaisePostBackEvent ( string eventArgument ) : void

Méthodes protégées

Méthode Description
GridView1_SelectedIndexChanged ( object sender, EventArgs e ) : void
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
cmdApply_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
BindData ( ) : void
DeleteMe ( ) : void
LoadCustomization ( ) : void

Method Details

GridView1_SelectedIndexChanged() protected méthode

protected GridView1_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

Page_Load() protected méthode

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

RaisePostBackEvent() public méthode

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
Résultat void

cmdApply_Click() protected méthode

protected cmdApply_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

GridView1 protected_oe property

GridView1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView GridView1
Résultat global::System.Web.UI.WebControls.GridView

TemplateCustomValuesEditor protected_oe property

TemplateCustomValuesEditor control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.WebControls.CollectionEditorControl TemplateCustomValuesEditor
Résultat global::DotNetNuke.UI.WebControls.CollectionEditorControl

TemplateDataSource protected_oe property

TemplateDataSource control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ObjectDataSource TemplateDataSource
Résultat global::System.Web.UI.WebControls.ObjectDataSource

cmdApply protected_oe property

cmdApply control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdApply
Résultat global::System.Web.UI.WebControls.LinkButton

cmdConfig protected_oe property

cmdConfig control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink cmdConfig
Résultat global::System.Web.UI.WebControls.HyperLink

lblConfig protected_oe property

lblConfig control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblConfig
Résultat global::System.Web.UI.WebControls.Label

lblCustomizeTemplate protected_oe property

lblCustomizeTemplate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblCustomizeTemplate
Résultat global::System.Web.UI.WebControls.Label

lblNewConfig protected_oe property

lblNewConfig control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblNewConfig
Résultat global::System.Web.UI.WebControls.Label

lblTemplate protected_oe property

lblTemplate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblTemplate
Résultat global::System.Web.UI.WebControls.Label