C# 클래스 DotNetNuke.Modules.Xml.EditXml

파일 보기 프로젝트 열기: DNNCommunity/DNN.XML

보호된 프로퍼티들

프로퍼티 타입 설명
Label1 global::System.Web.UI.WebControls.Label
SourceSettingsPlaceHolder global::System.Web.UI.WebControls.PlaceHolder
XmlRenderingPlaceHolder global::System.Web.UI.WebControls.PlaceHolder
cmdCancel global::System.Web.UI.WebControls.LinkButton
cmdClearEnableByParam global::System.Web.UI.WebControls.LinkButton
cmdClearSearchIndex global::System.Web.UI.WebControls.LinkButton
cmdUpdate global::System.Web.UI.WebControls.LinkButton
dshAdvanced global::DotNetNuke.UI.UserControls.SectionHeadControl
dshXmlSource global::DotNetNuke.UI.UserControls.SectionHeadControl
dshXslTrans global::DotNetNuke.UI.UserControls.SectionHeadControl
lblDynamicParameter global::System.Web.UI.WebControls.Label
lblEnableByQuerystring global::System.Web.UI.WebControls.Label
lblOutput global::System.Web.UI.WebControls.Label
lblSearch global::System.Web.UI.WebControls.Label
lblXmlSource global::System.Web.UI.WebControls.Label
lblXmlSourceType global::System.Web.UI.WebControls.Label
plContentType global::DotNetNuke.UI.UserControls.LabelControl
plEnableParam global::DotNetNuke.UI.UserControls.LabelControl
plEnableValue global::DotNetNuke.UI.UserControls.LabelControl
plIndexRun global::DotNetNuke.UI.UserControls.LabelControl
plOutput global::DotNetNuke.UI.UserControls.LabelControl
rblContentType global::System.Web.UI.WebControls.RadioButtonList
rblIndexRun global::System.Web.UI.WebControls.RadioButtonList
rblOutput global::System.Web.UI.WebControls.RadioButtonList
rblXmlDataProvider global::System.Web.UI.WebControls.RadioButtonList
rblXmlRendering global::System.Web.UI.WebControls.RadioButtonList
secAdvanced global::System.Web.UI.HtmlControls.HtmlTableRow
secXmlSource global::System.Web.UI.HtmlControls.HtmlTableRow
secXslTrans global::System.Web.UI.HtmlControls.HtmlTableRow
tblAdvanced global::System.Web.UI.HtmlControls.HtmlTable
txtEnableParam global::System.Web.UI.WebControls.TextBox
txtEnableValue global::System.Web.UI.WebControls.TextBox

공개 메소드들

메소드 설명
EditXml ( ) : System

비공개 메소드들

메소드 설명
BindAdvancedSettings ( ) : void
CheckWhetherParametersAreDynamic ( ) : void

Check whether parameters are dynamic

LoadXmlDataProviderSettingsControl ( ) : void

Bind XML Source settings

LoadXmlRenderingSettingsControl ( ) : void
Page_Init ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
Page_PreRender ( object sender, EventArgs e ) : void
UrlAccessIsPermitted ( ) : bool

Check needed permissions (Medium trust)

cmdCancel_Click ( object sender, EventArgs e ) : void
cmdClearEnableByParam_Click ( object sender, EventArgs e ) : void
cmdClearSearchIndex_Click ( object sender, EventArgs e ) : void
cmdUpdate_Click ( object sender, EventArgs e ) : void

메소드 상세

EditXml() 공개 메소드

public EditXml ( ) : System
리턴 System

프로퍼티 상세

Label1 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

SourceSettingsPlaceHolder 보호되어 있는 프로퍼티

SourceSettingsPlaceHolder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder SourceSettingsPlaceHolder
리턴 global::System.Web.UI.WebControls.PlaceHolder

XmlRenderingPlaceHolder 보호되어 있는 프로퍼티

XmlRenderingPlaceHolder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder XmlRenderingPlaceHolder
리턴 global::System.Web.UI.WebControls.PlaceHolder

cmdCancel 보호되어 있는 프로퍼티

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

cmdClearEnableByParam 보호되어 있는 프로퍼티

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

cmdClearSearchIndex 보호되어 있는 프로퍼티

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

cmdUpdate 보호되어 있는 프로퍼티

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

dshAdvanced 보호되어 있는 프로퍼티

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

dshXmlSource 보호되어 있는 프로퍼티

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

dshXslTrans 보호되어 있는 프로퍼티

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

lblDynamicParameter 보호되어 있는 프로퍼티

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

lblEnableByQuerystring 보호되어 있는 프로퍼티

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

lblOutput 보호되어 있는 프로퍼티

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

lblSearch 보호되어 있는 프로퍼티

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

lblXmlSource 보호되어 있는 프로퍼티

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

lblXmlSourceType 보호되어 있는 프로퍼티

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

plContentType 보호되어 있는 프로퍼티

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

plEnableParam 보호되어 있는 프로퍼티

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

plEnableValue 보호되어 있는 프로퍼티

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

plIndexRun 보호되어 있는 프로퍼티

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

plOutput 보호되어 있는 프로퍼티

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

rblContentType 보호되어 있는 프로퍼티

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

rblIndexRun 보호되어 있는 프로퍼티

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

rblOutput 보호되어 있는 프로퍼티

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

rblXmlDataProvider 보호되어 있는 프로퍼티

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

rblXmlRendering 보호되어 있는 프로퍼티

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

secAdvanced 보호되어 있는 프로퍼티

secAdvanced control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableRow secAdvanced
리턴 global::System.Web.UI.HtmlControls.HtmlTableRow

secXmlSource 보호되어 있는 프로퍼티

secXmlSource control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableRow secXmlSource
리턴 global::System.Web.UI.HtmlControls.HtmlTableRow

secXslTrans 보호되어 있는 프로퍼티

secXslTrans control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlTableRow secXslTrans
리턴 global::System.Web.UI.HtmlControls.HtmlTableRow

tblAdvanced 보호되어 있는 프로퍼티

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

txtEnableParam 보호되어 있는 프로퍼티

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

txtEnableValue 보호되어 있는 프로퍼티

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