C# Класс DotNetNuke.Modules.UserDefinedTable.TemplateList

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Открытые методы

Метод Описание
RaisePostBackEvent ( string eventArgument ) : void

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
BindData ( ) : void
DeleteMe ( ) : void
LoadCustomization ( ) : void

Описание методов

GridView1_SelectedIndexChanged() защищенный Метод

protected GridView1_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

OnInit() защищенный Метод

protected OnInit ( EventArgs e ) : void
e EventArgs
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

RaisePostBackEvent() публичный Метод

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
Результат void

cmdApply_Click() защищенный Метод

protected cmdApply_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

GridView1 защищенное свойство

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
Результат global::System.Web.UI.WebControls.GridView

TemplateCustomValuesEditor защищенное свойство

TemplateCustomValuesEditor control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.WebControls.CollectionEditorControl TemplateCustomValuesEditor
Результат global::DotNetNuke.UI.WebControls.CollectionEditorControl

TemplateDataSource защищенное свойство

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
Результат global::System.Web.UI.WebControls.ObjectDataSource

cmdApply защищенное свойство

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
Результат global::System.Web.UI.WebControls.LinkButton

cmdConfig защищенное свойство

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
Результат global::System.Web.UI.WebControls.HyperLink

lblConfig защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblCustomizeTemplate защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblNewConfig защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblTemplate защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label