C# 클래스 DotNetNuke.Modules.UserDefinedTable.Token2Xsl

The Token2Xsl Class provides an option to create a XSL rendering file derived from a html template for the UserDefinedTable
상속: DotNetNuke.UI.Modules.ModuleUserControlBase
파일 보기 프로젝트 열기: DNNCommunity/DNN.FormAndList

보호된 프로퍼티들

프로퍼티 타입 설명
addColumnToDetailTemplate global::System.Web.UI.WebControls.HyperLink
addColumnToListTemplate global::System.Web.UI.WebControls.HyperLink
addColumnToTrackingEmail global::System.Web.UI.WebControls.HyperLink
addColumnWithTagsToListTemplate global::System.Web.UI.WebControls.HyperLink
addHeader global::System.Web.UI.WebControls.HyperLink
chkEnablePaging global::System.Web.UI.WebControls.CheckBox
chkEnableSearch global::System.Web.UI.WebControls.CheckBox
chkEnableSorting global::System.Web.UI.WebControls.CheckBox
chkShowDetailView global::System.Web.UI.WebControls.CheckBox
cmdBack global::System.Web.UI.WebControls.LinkButton
cmdConfirmOverwriteFile global::System.Web.UI.WebControls.LinkButton
cmdDenyOverwriteFile global::System.Web.UI.WebControls.LinkButton
cmdGenerateXslt global::System.Web.UI.WebControls.Button
cmdRebuildContent global::System.Web.UI.WebControls.LinkButton
cmdRebuildDetail global::System.Web.UI.WebControls.LinkButton
cmdRebuildTrackingEmail global::System.Web.UI.WebControls.LinkButton
cmdSaveFile global::System.Web.UI.WebControls.LinkButton
ddlColumnsForDetailView global::System.Web.UI.WebControls.DropDownList
ddlColumnsForListView global::System.Web.UI.WebControls.DropDownList
ddlColumnsForTrackingEmail global::System.Web.UI.WebControls.DropDownList
ddlHeaders global::System.Web.UI.WebControls.DropDownList
ddlListTemplateType global::System.Web.UI.WebControls.DropDownList
dshDetailView global::DotNetNuke.UI.UserControls.SectionHeadControl
dshHtml global::DotNetNuke.UI.UserControls.SectionHeadControl
dshListView global::DotNetNuke.UI.UserControls.SectionHeadControl
dshOptions global::DotNetNuke.UI.UserControls.SectionHeadControl
dshSave global::DotNetNuke.UI.UserControls.SectionHeadControl
dshTrackingEmail global::DotNetNuke.UI.UserControls.SectionHeadControl
dshXslt global::DotNetNuke.UI.UserControls.SectionHeadControl
dvDetailView global::System.Web.UI.HtmlControls.HtmlGenericControl
dvListview global::System.Web.UI.HtmlControls.HtmlGenericControl
dvOptions global::System.Web.UI.HtmlControls.HtmlGenericControl
dvTrackingEmail global::System.Web.UI.HtmlControls.HtmlGenericControl
hlpColumns global::System.Web.UI.WebControls.HyperLink
lblConfirm global::System.Web.UI.WebControls.Label
lblEnablePaging global::DotNetNuke.UI.UserControls.LabelControl
lblEnableSearch global::DotNetNuke.UI.UserControls.LabelControl
lblEnableSorting global::DotNetNuke.UI.UserControls.LabelControl
lblListTemplateFooter global::System.Web.UI.WebControls.Label
lblListTemplateHead global::System.Web.UI.WebControls.Label
lblSaveXslError global::System.Web.UI.WebControls.Label
lblSearchIsObsolete global::System.Web.UI.WebControls.Label
lblShowDetailView global::DotNetNuke.UI.UserControls.LabelControl
lblTemplateError global::System.Web.UI.WebControls.Label
lblXslScriptError global::System.Web.UI.WebControls.Label
panConfirm global::System.Web.UI.WebControls.Panel
plColumns global::DotNetNuke.UI.UserControls.LabelControl
plColumns2 global::DotNetNuke.UI.UserControls.LabelControl
plColumns3 global::DotNetNuke.UI.UserControls.LabelControl
plDelimiter global::DotNetNuke.UI.UserControls.LabelControl
plFileName global::DotNetNuke.UI.UserControls.LabelControl
plFolderName global::DotNetNuke.UI.UserControls.LabelControl
plHeaderList global::DotNetNuke.UI.UserControls.LabelControl
plListType global::DotNetNuke.UI.UserControls.LabelControl
tblHtml global::System.Web.UI.HtmlControls.HtmlGenericControl
tblSave global::System.Web.UI.HtmlControls.HtmlTable
tblXslt global::System.Web.UI.HtmlControls.HtmlGenericControl
txtDetailTemplate global::System.Web.UI.WebControls.TextBox
txtFileName global::System.Web.UI.WebControls.TextBox
txtFolderName global::System.Web.UI.WebControls.TextBox
txtHeaderTemplate global::System.Web.UI.WebControls.TextBox
txtListTemplate global::System.Web.UI.WebControls.TextBox
txtListTemplateDelimiter global::System.Web.UI.WebControls.TextBox
txtTrackingEmailTemplate global::System.Web.UI.WebControls.TextBox
txtXslScript global::System.Web.UI.WebControls.TextBox

Private Properties

프로퍼티 타입 설명
BuildContent string
EditExistingScriptAndTemplates void
GetBasicElements IList
GetCurrentElements IList
GetDelimiter string
GetFileContent string
GetFileName string
GetFolder IFolderInfo
GetInnerTag string
GetOuterTag string
InitializeNewScript void
ListTemplateSetHeaderAndFooter void
LockControls void
Page_Load void
SaveScript bool
SetupClientScripts void
ShowXslEditor void
TemplatesPopulateColumnDropDownLists void
TemplatesSetVisibility void
TokenTemplateSettingsAsXml string
UpdateSettings void
chkShowDetailView_CheckedChanged void
cmdBack_Click void
cmdConfirmOverwriteFile_Click void
cmdDenyOverwriteFile_Click void
cmdGenerateXslt_Click void
cmdRebuildContent_Click void
cmdRebuildDetail_Click void
cmdSaveFile_Click void
ddlListType_SelectedIndexChanged void
isValid bool
setupDelimiter void

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
cmdRebuildTrackingEmail_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
BuildContent ( IList elements ) : string
EditExistingScriptAndTemplates ( IFileInfo file ) : void
GetBasicElements ( ) : IList
GetCurrentElements ( ) : IList
GetDelimiter ( bool notCurrent = true ) : string
GetFileContent ( ) : string
GetFileName ( ) : string
GetFolder ( ) : IFolderInfo
GetInnerTag ( ) : string
GetOuterTag ( string listType ) : string
InitializeNewScript ( ) : void
ListTemplateSetHeaderAndFooter ( ) : void
LockControls ( bool isLockRequested ) : void
Page_Load ( object sender, EventArgs e ) : void
SaveScript ( string fileContent, string fileName, IFolderInfo folder, bool forceOverWrite ) : bool
SetupClientScripts ( ) : void
ShowXslEditor ( ) : void
TemplatesPopulateColumnDropDownLists ( ) : void
TemplatesSetVisibility ( bool isViewMode ) : void
TokenTemplateSettingsAsXml ( ) : string
UpdateSettings ( string fileWithPath ) : void
chkShowDetailView_CheckedChanged ( object sender, EventArgs e ) : void
cmdBack_Click ( object sender, EventArgs e ) : void
cmdConfirmOverwriteFile_Click ( object sender, EventArgs e ) : void
cmdDenyOverwriteFile_Click ( object sender, EventArgs e ) : void
cmdGenerateXslt_Click ( object sender, EventArgs e ) : void
cmdRebuildContent_Click ( object sender, EventArgs e ) : void
cmdRebuildDetail_Click ( object sender, EventArgs e ) : void
cmdSaveFile_Click ( object sender, EventArgs e ) : void
ddlListType_SelectedIndexChanged ( object sender, EventArgs e ) : void
isValid ( string x, ErrorOutput pos, bool addRoot ) : bool
setupDelimiter ( ) : void

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

cmdRebuildTrackingEmail_Click() 보호된 메소드

protected cmdRebuildTrackingEmail_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

addColumnToDetailTemplate 보호되어 있는 프로퍼티

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

addColumnToListTemplate 보호되어 있는 프로퍼티

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

addColumnToTrackingEmail 보호되어 있는 프로퍼티

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

addColumnWithTagsToListTemplate 보호되어 있는 프로퍼티

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

addHeader 보호되어 있는 프로퍼티

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

chkEnablePaging 보호되어 있는 프로퍼티

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

chkEnableSearch 보호되어 있는 프로퍼티

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

chkEnableSorting 보호되어 있는 프로퍼티

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

chkShowDetailView 보호되어 있는 프로퍼티

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

cmdBack 보호되어 있는 프로퍼티

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

cmdConfirmOverwriteFile 보호되어 있는 프로퍼티

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

cmdDenyOverwriteFile 보호되어 있는 프로퍼티

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

cmdGenerateXslt 보호되어 있는 프로퍼티

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

cmdRebuildContent 보호되어 있는 프로퍼티

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

cmdRebuildDetail 보호되어 있는 프로퍼티

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

cmdRebuildTrackingEmail 보호되어 있는 프로퍼티

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

cmdSaveFile 보호되어 있는 프로퍼티

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

ddlColumnsForDetailView 보호되어 있는 프로퍼티

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

ddlColumnsForListView 보호되어 있는 프로퍼티

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

ddlColumnsForTrackingEmail 보호되어 있는 프로퍼티

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

ddlHeaders 보호되어 있는 프로퍼티

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

ddlListTemplateType 보호되어 있는 프로퍼티

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

dshDetailView 보호되어 있는 프로퍼티

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

dshHtml 보호되어 있는 프로퍼티

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

dshListView 보호되어 있는 프로퍼티

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

dshOptions 보호되어 있는 프로퍼티

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

dshSave 보호되어 있는 프로퍼티

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

dshTrackingEmail 보호되어 있는 프로퍼티

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

dshXslt 보호되어 있는 프로퍼티

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

dvDetailView 보호되어 있는 프로퍼티

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

dvListview 보호되어 있는 프로퍼티

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

dvOptions 보호되어 있는 프로퍼티

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

dvTrackingEmail 보호되어 있는 프로퍼티

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

hlpColumns 보호되어 있는 프로퍼티

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

lblConfirm 보호되어 있는 프로퍼티

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

lblEnablePaging 보호되어 있는 프로퍼티

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

lblEnableSearch 보호되어 있는 프로퍼티

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

lblEnableSorting 보호되어 있는 프로퍼티

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

lblListTemplateFooter 보호되어 있는 프로퍼티

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

lblListTemplateHead 보호되어 있는 프로퍼티

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

lblSaveXslError 보호되어 있는 프로퍼티

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

lblSearchIsObsolete 보호되어 있는 프로퍼티

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

lblShowDetailView 보호되어 있는 프로퍼티

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

lblTemplateError 보호되어 있는 프로퍼티

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

lblXslScriptError 보호되어 있는 프로퍼티

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

panConfirm 보호되어 있는 프로퍼티

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

plColumns 보호되어 있는 프로퍼티

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

plColumns2 보호되어 있는 프로퍼티

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

plColumns3 보호되어 있는 프로퍼티

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

plDelimiter 보호되어 있는 프로퍼티

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

plFileName 보호되어 있는 프로퍼티

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

plFolderName 보호되어 있는 프로퍼티

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

plHeaderList 보호되어 있는 프로퍼티

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

plListType 보호되어 있는 프로퍼티

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

tblHtml 보호되어 있는 프로퍼티

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

tblSave 보호되어 있는 프로퍼티

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

tblXslt 보호되어 있는 프로퍼티

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

txtDetailTemplate 보호되어 있는 프로퍼티

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

txtFileName 보호되어 있는 프로퍼티

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

txtFolderName 보호되어 있는 프로퍼티

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

txtHeaderTemplate 보호되어 있는 프로퍼티

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

txtListTemplate 보호되어 있는 프로퍼티

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

txtListTemplateDelimiter 보호되어 있는 프로퍼티

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

txtTrackingEmailTemplate 보호되어 있는 프로퍼티

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

txtXslScript 보호되어 있는 프로퍼티

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