C# Class DotNetNuke.Modules.Xml.Providers.XmlDataProvider.HttpRequest.Settings

Show file Open project: DNNCommunity/DNN.XML

Protected Properties

Property Type Description
Label1 global::System.Web.UI.WebControls.Label
cbxCaching global::System.Web.UI.WebControls.CheckBox
ctlUrlxml global::System.Web.UI.WebControls.TextBox
divUrlSettings global::System.Web.UI.HtmlControls.HtmlGenericControl
dshQueryStringEncoding global::DotNetNuke.UI.UserControls.SectionHeadControl
dshSecurity global::DotNetNuke.UI.UserControls.SectionHeadControl
dshUrlParams global::DotNetNuke.UI.UserControls.SectionHeadControl
lblDomain global::DotNetNuke.UI.UserControls.LabelControl
lblPassword global::DotNetNuke.UI.UserControls.LabelControl
pedSource global::DotNetNuke.Modules.Xml.Parameters.ParameterEditor
plCaching global::DotNetNuke.UI.UserControls.LabelControl
plQueryStringEncoding global::DotNetNuke.UI.UserControls.LabelControl
rblQueryStringEncoding global::System.Web.UI.WebControls.RadioButtonList
sectQueryStringEncoding global::System.Web.UI.HtmlControls.HtmlGenericControl
sectXmlParam global::System.Web.UI.HtmlControls.HtmlGenericControl
tblSecurity global::System.Web.UI.HtmlControls.HtmlTable
txtAccount global::System.Web.UI.WebControls.TextBox
txtPassword global::System.Web.UI.WebControls.TextBox

Private Properties

Property Type Description

Public Methods

Method Description
LoadSettings ( ) : void
SaveSettings ( ) : void
Settings ( ) : System

Protected Methods

Method Description
Page_Init ( object sender, EventArgs e ) : void

Method Details

LoadSettings() public method

public LoadSettings ( ) : void
return void

Page_Init() protected method

protected Page_Init ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

SaveSettings() public method

public SaveSettings ( ) : void
return void

Settings() public method

public Settings ( ) : System
return System

Property Details

Label1 protected property

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

cbxCaching protected property

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

ctlUrlxml protected property

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

divUrlSettings protected property

divUrlSettings control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divUrlSettings
return global::System.Web.UI.HtmlControls.HtmlGenericControl

dshQueryStringEncoding protected property

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

dshSecurity protected property

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

dshUrlParams protected property

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

lblDomain protected property

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

lblPassword protected property

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

pedSource protected property

pedSource control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.Modules.Xml.Parameters.ParameterEditor pedSource
return global::DotNetNuke.Modules.Xml.Parameters.ParameterEditor

plCaching protected property

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

plQueryStringEncoding protected property

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

rblQueryStringEncoding protected property

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

sectQueryStringEncoding protected property

sectQueryStringEncoding control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl sectQueryStringEncoding
return global::System.Web.UI.HtmlControls.HtmlGenericControl

sectXmlParam protected property

sectXmlParam control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl sectXmlParam
return global::System.Web.UI.HtmlControls.HtmlGenericControl

tblSecurity protected property

tblSecurity control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTable tblSecurity
return global::System.Web.UI.HtmlControls.HtmlTable

txtAccount protected property

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

txtPassword protected property

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