C# Класс DotNetNuke.Modules.dnnGlimpse.Settings

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

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

Свойство Тип Описание
enableAllUsers global::System.Web.UI.WebControls.CheckBox
plReplaceTokens global::System.Web.UI.UserControl

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

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

UpdateSettings saves the modified settings to the Database

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

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

public LoadSettings ( ) : void
Результат void

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

UpdateSettings saves the modified settings to the Database
public UpdateSettings ( ) : void
Результат void

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

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

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

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

plReplaceTokens control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plReplaceTokens
Результат global::System.Web.UI.UserControl