C# Class SenseNet.Portal.Portlets.ContentCollectionPortletState

Inheritance: PortletState
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Protected Properties

Property Type Description
_skip int?
_sortColumn string
_sortDescending bool?
_top int?

Private Properties

Property Type Description
GetBoolFromRequest bool
GetIntFromRequest bool
GetStringFromRequest bool

Public Methods

Method Description
CollectValues ( ) : void
ContentCollectionPortletState ( ) : System.Web
ContentCollectionPortletState ( PortletBase portlet ) : System.Web

Private Methods

Method Description
GetBoolFromRequest ( string paramName, bool &value ) : bool
GetIntFromRequest ( string paramName, int &value ) : bool
GetStringFromRequest ( string paramName, string &value ) : bool

Method Details

CollectValues() public method

public CollectValues ( ) : void
return void

ContentCollectionPortletState() public method

public ContentCollectionPortletState ( ) : System.Web
return System.Web

ContentCollectionPortletState() public method

public ContentCollectionPortletState ( PortletBase portlet ) : System.Web
portlet SenseNet.Portal.UI.PortletFramework.PortletBase
return System.Web

Property Details

_skip protected property

protected int? _skip
return int?

_sortColumn protected property

protected string _sortColumn
return string

_sortDescending protected property

protected bool? _sortDescending
return bool?

_top protected property

protected int? _top
return int?