C# Class SenseNet.Portal.UI.PortletFramework.CacheablePortlet

Inheritance: PortletBase
ファイルを表示 Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
CheckCachedOutput bool
InsertOutputIntoCache void

Public Methods

Method Description
AddPortletDependency ( ) : void

Add dependencies of the portlet to dependencies list.

NotifyCheckin ( ) : void

Protected Methods

Method Description
GetCacheKey ( ) : string
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
RenderTimerValue ( System.Web.UI.HtmlTextWriter writer, string message ) : void
wpm_SelectedWebPartChanged ( object sender, System.Web.UI.WebControls.WebParts.WebPartEventArgs e ) : void

Private Methods

Method Description
CheckCachedOutput ( ) : bool
InsertOutputIntoCache ( string output ) : void

Method Details

AddPortletDependency() public method

Add dependencies of the portlet to dependencies list.
public AddPortletDependency ( ) : void
return void

GetCacheKey() protected method

protected GetCacheKey ( ) : string
return string

NotifyCheckin() public method

public NotifyCheckin ( ) : void
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

RenderTimerValue() protected method

protected RenderTimerValue ( System.Web.UI.HtmlTextWriter writer, string message ) : void
writer System.Web.UI.HtmlTextWriter
message string
return void

wpm_SelectedWebPartChanged() protected method

protected wpm_SelectedWebPartChanged ( object sender, System.Web.UI.WebControls.WebParts.WebPartEventArgs e ) : void
sender object
e System.Web.UI.WebControls.WebParts.WebPartEventArgs
return void