C# Class SenseNet.Portal.Portlets.PagerModel

Show file Open project: maxpavlov/FlexNet

Public Properties

Property Type Description
PortletHash string
PortletID string
PortletState ContentCollectionPortletState
TotalCount int

Private Properties

Property Type Description

Public Methods

Method Description
PagerModel ( ) : System
PagerModel ( int totalCount, ContentCollectionPortletState state, string pageurl ) : System

Method Details

PagerModel() public method

public PagerModel ( ) : System
return System

PagerModel() public method

public PagerModel ( int totalCount, ContentCollectionPortletState state, string pageurl ) : System
totalCount int
state ContentCollectionPortletState
pageurl string
return System

Property Details

PortletHash public property

public string PortletHash
return string

PortletID public property

public string PortletID
return string

PortletState public property

public ContentCollectionPortletState,SenseNet.Portal.Portlets PortletState
return ContentCollectionPortletState

TotalCount public property

public int TotalCount
return int