C# Class DotNetNuke.Modules.Xml.Providers.XmlRenderingProvider.XslCompiledTransform.Settings

ファイルを表示 Open project: DNNCommunity/DNN.XML

Protected Properties

Property Type Description
PedXsl ParameterEditor
UrlXsl UrlControl
divXslSettings global::System.Web.UI.HtmlControls.HtmlGenericControl
dshXslParams global::System.Web.UI.UserControl
lblXslDefinition global::System.Web.UI.WebControls.Label
sectXslParams global::System.Web.UI.HtmlControls.HtmlGenericControl

Public Methods

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

Private Methods

Method Description
BindTransformSettings ( ) : void

Method Details

LoadSettings() public method

public LoadSettings ( ) : void
return void

SaveSettings() public method

public SaveSettings ( ) : void
return void

Property Details

PedXsl protected_oe property

protected ParameterEditor PedXsl
return ParameterEditor

UrlXsl protected_oe property

protected UrlControl UrlXsl
return UrlControl

divXslSettings protected_oe property

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

dshXslParams protected_oe property

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

lblXslDefinition protected_oe property

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

sectXslParams protected_oe property

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