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

상속: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
파일 보기 프로젝트 열기: maxpavlov/FlexNet

Private Properties

프로퍼티 타입 설명
GetIntFromRequest bool
GetPortletSpecificParamName string

공개 메소드들

메소드 설명
ContentCollectionPortlet ( ) : System
GetPropertyActionUrlPart ( string paramName, string paramValue ) : string

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void
GetModel ( ) : object
GetPagerModel ( int totalCount, ContentCollectionPortletState state, string pageUrl ) : PagerModel
GetQueryFilter ( ) : string
GetXsltArgumentList ( ) : XsltArgumentList
PrepareXsltRendering ( object model ) : void
RenderWithAscx ( System.Web.UI.HtmlTextWriter writer ) : void
SerializeModel ( object model ) : object

비공개 메소드들

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

메소드 상세

ContentCollectionPortlet() 공개 메소드

public ContentCollectionPortlet ( ) : System
리턴 System

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

GetModel() 보호된 메소드

protected GetModel ( ) : object
리턴 object

GetPagerModel() 보호된 메소드

protected GetPagerModel ( int totalCount, ContentCollectionPortletState state, string pageUrl ) : PagerModel
totalCount int
state ContentCollectionPortletState
pageUrl string
리턴 PagerModel

GetPropertyActionUrlPart() 공개 메소드

public GetPropertyActionUrlPart ( string paramName, string paramValue ) : string
paramName string
paramValue string
리턴 string

GetQueryFilter() 보호된 메소드

protected GetQueryFilter ( ) : string
리턴 string

GetXsltArgumentList() 보호된 메소드

protected GetXsltArgumentList ( ) : XsltArgumentList
리턴 System.Xml.Xsl.XsltArgumentList

PrepareXsltRendering() 보호된 메소드

protected PrepareXsltRendering ( object model ) : void
model object
리턴 void

RenderWithAscx() 보호된 메소드

protected RenderWithAscx ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

SerializeModel() 보호된 메소드

protected SerializeModel ( object model ) : object
model object
리턴 object