C# Class SenseNet.Portal.Portlets.PagerModel

ファイルを表示 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_oe property

public string PortletHash
return string

PortletID public_oe property

public string PortletID
return string

PortletState public_oe property

public ContentCollectionPortletState,SenseNet.Portal.Portlets PortletState
return ContentCollectionPortletState

TotalCount public_oe property

public int TotalCount
return int