C# Class SenseNet.Portal.Portlets.GlobalKPIPortlet

Inheritance: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
Show file Open project: maxpavlov/FlexNet

Private Properties

Property Type Description

Public Methods

Method Description
GlobalKPIPortlet ( ) : SenseNet.Portal.UI.PortletFramework

Protected Methods

Method Description
CreateChildControls ( ) : void
GetContextNode ( ) : Node
OnInit ( EventArgs e ) : void

Method Details

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

GetContextNode() protected method

protected GetContextNode ( ) : Node
return Node

GlobalKPIPortlet() public method

public GlobalKPIPortlet ( ) : SenseNet.Portal.UI.PortletFramework
return SenseNet.Portal.UI.PortletFramework

OnInit() protected method

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