C# Класс Engage.Dnn.Events.TemplatePicker

A control allowing the user to pick a template.
Наследование: Engage.Dnn.Events.ModuleBase
Показать файл Открыть проект

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

Метод Описание
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

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

Метод Описание
FillTemplateTab ( ) : void

Displays information about the selected template

FillTemplatesList ( ) : void

Fills TemplatesDropDownList.

GetChangedSettings ( string>.ICollection settings ) : IDictionary>

Gets a list of the settings that will be changed by apply the template.

LocalizeSettingsGrid ( ) : void

Localizes the setting names in SettingsGrid.

Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

SettingsGrid_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void

Handles the GridView.RowDataBound event of the SettingsGrid control.

ShowManifestValidationErrorMessage ( Exception exc ) : void

Displays the error message that the selected template's manifest does not pass validation

TemplatesDropDownList_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the ListControl.SelectedIndexChanged event of the TemplatesDropDownList control.

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

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

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void