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

Show file 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 property

protected ParameterEditor PedXsl
return ParameterEditor

UrlXsl protected property

protected UrlControl UrlXsl
return UrlControl

divXslSettings protected 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 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 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 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