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
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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