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

ファイルを表示 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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