C# Class Engage.Dnn.F3.Settings

Afficher le fichier Open project: EngageSoftware/Engage-F3

Protected Properties

Свойство Type Description
EnablePublishCheckBox global::System.Web.UI.WebControls.CheckBox
LowerTabIdTextBox global::System.Web.UI.WebControls.TextBox
UpperTabIdTextBox global::System.Web.UI.WebControls.TextBox

Méthodes publiques

Méthode Description
LoadSettings ( ) : void

Loads the settings from the Database and displays them

UpdateSettings ( ) : void

Saves the modified settings to the Database

Method Details

LoadSettings() public méthode

Loads the settings from the Database and displays them
public LoadSettings ( ) : void
Résultat void

UpdateSettings() public méthode

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

Property Details

EnablePublishCheckBox protected_oe property

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
Résultat global::System.Web.UI.WebControls.CheckBox

LowerTabIdTextBox protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox

UpperTabIdTextBox protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox