C# Class Engage.Dnn.Events.TemplatePicker

A control allowing the user to pick a template.
Inheritance: Engage.Dnn.Events.ModuleBase
Afficher le fichier Open project: EngageSoftware/Engage-Events

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

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

Private Methods

Méthode Description
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.

Method Details

OnInit() protected méthode

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void