C# 클래스 SenseNet.Portal.Portlets.ContentCollectionPortletState

상속: PortletState
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_skip int?
_sortColumn string
_sortDescending bool?
_top int?

Private Properties

프로퍼티 타입 설명
GetBoolFromRequest bool
GetIntFromRequest bool
GetStringFromRequest bool

공개 메소드들

메소드 설명
CollectValues ( ) : void
ContentCollectionPortletState ( ) : System.Web
ContentCollectionPortletState ( PortletBase portlet ) : System.Web

비공개 메소드들

메소드 설명
GetBoolFromRequest ( string paramName, bool &value ) : bool
GetIntFromRequest ( string paramName, int &value ) : bool
GetStringFromRequest ( string paramName, string &value ) : bool

메소드 상세

CollectValues() 공개 메소드

public CollectValues ( ) : void
리턴 void

ContentCollectionPortletState() 공개 메소드

public ContentCollectionPortletState ( ) : System.Web
리턴 System.Web

ContentCollectionPortletState() 공개 메소드

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

프로퍼티 상세

_skip 보호되어 있는 프로퍼티

protected int? _skip
리턴 int?

_sortColumn 보호되어 있는 프로퍼티

protected string _sortColumn
리턴 string

_sortDescending 보호되어 있는 프로퍼티

protected bool? _sortDescending
리턴 bool?

_top 보호되어 있는 프로퍼티

protected int? _top
리턴 int?