C# Class DotNetNuke.Modules.ActiveForumsTapatalk.Settings

Mostra file Open project: jbrunken/ActiveForumsTapatalk

Protected Properties

Property Type Description
ckAllowAnonymous global::System.Web.UI.WebControls.CheckBox
ckEnableTapatalkDetection global::System.Web.UI.WebControls.CheckBox
ckEnabled global::System.Web.UI.WebControls.CheckBox
ddlAFInstance global::System.Web.UI.WebControls.DropDownList
ddlSearchPermission global::System.Web.UI.WebControls.DropDownList
lbInstallHandler global::System.Web.UI.WebControls.LinkButton
lblAFInstance global::DotNetNuke.UI.UserControls.LabelControl
lblAllowAnonymous global::DotNetNuke.UI.UserControls.LabelControl
lblEnableTapatalkDetection global::DotNetNuke.UI.UserControls.LabelControl
lblEnabled global::DotNetNuke.UI.UserControls.LabelControl
lblFileExtension global::DotNetNuke.UI.UserControls.LabelControl
lblForumUrl global::DotNetNuke.UI.UserControls.LabelControl
lblInstallationDirectoryName global::DotNetNuke.UI.UserControls.LabelControl
lblRegistrationPage global::DotNetNuke.UI.UserControls.LabelControl
lblSearchPermission global::DotNetNuke.UI.UserControls.LabelControl
txtFileExtension global::System.Web.UI.WebControls.TextBox
txtForumUrl global::System.Web.UI.WebControls.TextBox
txtInstallationDirectoryName global::System.Web.UI.WebControls.TextBox
txtRegistrationPage global::System.Web.UI.WebControls.TextBox

Public Methods

Method Description
LoadSettings ( ) : void

LoadSettings loads the settings from the Database and displays them

ToggleTapatalkAPIHandler ( object sender, EventArgs e ) : void
UpdateSettings ( ) : void

UpdateSettings saves the modified settings to the Database

Private Methods

Method Description
DisableTapatalkAPIHandler ( ) : bool
EnableTapatalkAPIHandler ( ) : bool
GetFile ( string filePath ) : string
IsTapatalkAPIHandlerEnabled ( ) : bool

Method Details

LoadSettings() public method

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

ToggleTapatalkAPIHandler() public method

public ToggleTapatalkAPIHandler ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

UpdateSettings() public method

UpdateSettings saves the modified settings to the Database
public UpdateSettings ( ) : void
return void

Property Details

ckAllowAnonymous protected_oe property

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

ckEnableTapatalkDetection protected_oe property

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

ckEnabled protected_oe property

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

ddlAFInstance protected_oe property

ddlAFInstance control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlAFInstance
return global::System.Web.UI.WebControls.DropDownList

ddlSearchPermission protected_oe property

ddlSearchPermission control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlSearchPermission
return global::System.Web.UI.WebControls.DropDownList

lbInstallHandler protected_oe property

lbInstallHandler control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton lbInstallHandler
return global::System.Web.UI.WebControls.LinkButton

lblAFInstance protected_oe property

lblAFInstance control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblAFInstance
return global::DotNetNuke.UI.UserControls.LabelControl

lblAllowAnonymous protected_oe property

lblAllowAnonymous control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblAllowAnonymous
return global::DotNetNuke.UI.UserControls.LabelControl

lblEnableTapatalkDetection protected_oe property

lblEnableTapatalkDetection control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblEnableTapatalkDetection
return global::DotNetNuke.UI.UserControls.LabelControl

lblEnabled protected_oe property

lblEnabled control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblEnabled
return global::DotNetNuke.UI.UserControls.LabelControl

lblFileExtension protected_oe property

lblFileExtension control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblFileExtension
return global::DotNetNuke.UI.UserControls.LabelControl

lblForumUrl protected_oe property

lblForumUrl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblForumUrl
return global::DotNetNuke.UI.UserControls.LabelControl

lblInstallationDirectoryName protected_oe property

lblInstallationDirectoryName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblInstallationDirectoryName
return global::DotNetNuke.UI.UserControls.LabelControl

lblRegistrationPage protected_oe property

lblRegistrationPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblRegistrationPage
return global::DotNetNuke.UI.UserControls.LabelControl

lblSearchPermission protected_oe property

lblSearchPermission control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblSearchPermission
return global::DotNetNuke.UI.UserControls.LabelControl

txtFileExtension protected_oe property

txtFileExtension control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtFileExtension
return global::System.Web.UI.WebControls.TextBox

txtForumUrl protected_oe property

txtForumUrl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtForumUrl
return global::System.Web.UI.WebControls.TextBox

txtInstallationDirectoryName protected_oe property

txtInstallationDirectoryName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtInstallationDirectoryName
return global::System.Web.UI.WebControls.TextBox

txtRegistrationPage protected_oe property

txtRegistrationPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtRegistrationPage
return global::System.Web.UI.WebControls.TextBox