C# Class SenseNet.Portal.Portlets.ContentPortlet

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

Private Properties

Property Type Description

Public Methods

Method Description
ContentPortlet ( ) : System

Protected Methods

Method Description
CreateChildControls ( ) : void
GetModel ( ) : object
RenderWithAscx ( System.Web.UI.HtmlTextWriter writer ) : void

Method Details

ContentPortlet() public method

public ContentPortlet ( ) : System
return System

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

GetModel() protected method

protected GetModel ( ) : object
return object

RenderWithAscx() protected method

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