C# Class Engage.Dnn.F3.Settings

Mostra file Open project: EngageSoftware/Engage-F3

Protected Properties

Property Type Description
EnablePublishCheckBox global::System.Web.UI.WebControls.CheckBox
LowerTabIdTextBox global::System.Web.UI.WebControls.TextBox
UpperTabIdTextBox global::System.Web.UI.WebControls.TextBox

Public Methods

Method 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 method

Loads the settings from the Database and displays them
public LoadSettings ( ) : void
return void

UpdateSettings() public method

Saves the modified settings to the Database
public UpdateSettings ( ) : void
return 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
return 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
return 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
return global::System.Web.UI.WebControls.TextBox