C# Class DotNetNuke.Modules.UserDefinedTable.TemplateList

Mostrar archivo Open project: DNNCommunity/DNN.FormAndList

Protected Properties

Property 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

Public Methods

Method Description
RaisePostBackEvent ( string eventArgument ) : void

Protected Methods

Method 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

Method Description
BindData ( ) : void
DeleteMe ( ) : void
LoadCustomization ( ) : void

Method Details

GridView1_SelectedIndexChanged() protected method

protected GridView1_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

RaisePostBackEvent() public method

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
return void

cmdApply_Click() protected method

protected cmdApply_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return global::System.Web.UI.WebControls.Label