C# Класс Engage.Dnn.F3.Settings

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

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

Свойство Тип Описание
EnablePublishCheckBox global::System.Web.UI.WebControls.CheckBox
LowerTabIdTextBox global::System.Web.UI.WebControls.TextBox
UpperTabIdTextBox global::System.Web.UI.WebControls.TextBox

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

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

Loads the settings from the Database and displays them

UpdateSettings ( ) : void

Saves the modified settings to the Database

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

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

Loads the settings from the Database and displays them
public LoadSettings ( ) : void
Результат void

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

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

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

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

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

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

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

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

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