C# Class SenseNet.Portal.Portlets.Wall.WallPortlet

Inheritance: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
Datei anzeigen Open project: maxpavlov/FlexNet

Public Properties

Property Type Description
_pageSize int

Private Properties

Property Type Description

Public Methods

Method Description
WallPortlet ( ) : System

Protected Methods

Method Description
ConfigureWorkspaceWall_Click ( object sender, EventArgs e ) : void
CreateChildControls ( ) : void
GatherPosts ( ) : IEnumerable
OnInit ( EventArgs e ) : void

Method Details

ConfigureWorkspaceWall_Click() protected method

protected ConfigureWorkspaceWall_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

GatherPosts() protected method

protected GatherPosts ( ) : IEnumerable
return IEnumerable

OnInit() protected method

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

WallPortlet() public method

public WallPortlet ( ) : System
return System

Property Details

_pageSize public_oe property

public int _pageSize
return int