C# Class SenseNet.Portal.Portlets.ContentCollectionPortletState

Inheritance: PortletState
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Protected Properties

Свойство Type Description
_skip int?
_sortColumn string
_sortDescending bool?
_top int?

Private Properties

Свойство Type Description
GetBoolFromRequest bool
GetIntFromRequest bool
GetStringFromRequest bool

Méthodes publiques

Méthode Description
CollectValues ( ) : void
ContentCollectionPortletState ( ) : System.Web
ContentCollectionPortletState ( PortletBase portlet ) : System.Web

Private Methods

Méthode Description
GetBoolFromRequest ( string paramName, bool &value ) : bool
GetIntFromRequest ( string paramName, int &value ) : bool
GetStringFromRequest ( string paramName, string &value ) : bool

Method Details

CollectValues() public méthode

public CollectValues ( ) : void
Résultat void

ContentCollectionPortletState() public méthode

public ContentCollectionPortletState ( ) : System.Web
Résultat System.Web

ContentCollectionPortletState() public méthode

public ContentCollectionPortletState ( PortletBase portlet ) : System.Web
portlet SenseNet.Portal.UI.PortletFramework.PortletBase
Résultat System.Web

Property Details

_skip protected_oe property

protected int? _skip
Résultat int?

_sortColumn protected_oe property

protected string _sortColumn
Résultat string

_sortDescending protected_oe property

protected bool? _sortDescending
Résultat bool?

_top protected_oe property

protected int? _top
Résultat int?