C# Class SenseNet.Portal.Portlets.PagerModel

Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Свойство Type Description
PortletHash string
PortletID string
PortletState ContentCollectionPortletState
TotalCount int

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PagerModel ( ) : System
PagerModel ( int totalCount, ContentCollectionPortletState state, string pageurl ) : System

Method Details

PagerModel() public méthode

public PagerModel ( ) : System
Résultat System

PagerModel() public méthode

public PagerModel ( int totalCount, ContentCollectionPortletState state, string pageurl ) : System
totalCount int
state ContentCollectionPortletState
pageurl string
Résultat System

Property Details

PortletHash public_oe property

public string PortletHash
Résultat string

PortletID public_oe property

public string PortletID
Résultat string

PortletState public_oe property

public ContentCollectionPortletState,SenseNet.Portal.Portlets PortletState
Résultat ContentCollectionPortletState

TotalCount public_oe property

public int TotalCount
Résultat int