C# Class Engage.Dnn.Publish.TextHtml.Settings

Inheritance: DotNetNuke.Entities.Modules.ModuleSettingsBase
Afficher le fichier Open project: EngageSoftware/Engage-Publish

Protected Properties

Свойство Type Description
txtTemplate global::System.Web.UI.WebControls.TextBox

Méthodes publiques

Méthode Description
LoadSettings ( ) : void
UpdateSettings ( ) : void

Méthodes protégées

Méthode Description
ItemDisplayOptionsLoad ( object sender, EventArgs e ) : void
OnInit ( EventArgs e ) : void

Private Methods

Méthode Description
SetOptions ( ) : void

Method Details

ItemDisplayOptionsLoad() protected méthode

protected ItemDisplayOptionsLoad ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

LoadSettings() public méthode

public LoadSettings ( ) : void
Résultat void

OnInit() protected méthode

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

UpdateSettings() public méthode

public UpdateSettings ( ) : void
Résultat void

Property Details

txtTemplate protected_oe property

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