C# Class DotNetNuke.Modules.dnnGlimpse.Settings

Afficher le fichier Open project: jbrinkman/dnnGlimpse

Protected Properties

Свойство Type Description
enableAllUsers global::System.Web.UI.WebControls.CheckBox
plReplaceTokens global::System.Web.UI.UserControl

Méthodes publiques

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

UpdateSettings saves the modified settings to the Database

Method Details

LoadSettings() public méthode

public LoadSettings ( ) : void
Résultat void

UpdateSettings() public méthode

UpdateSettings saves the modified settings to the Database
public UpdateSettings ( ) : void
Résultat void

Property Details

enableAllUsers protected_oe property

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

plReplaceTokens protected_oe property

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