C# 클래스 SenseNet.Portal.Portlets.ContentCollection.ParametricSearchPortlet

Class for representing Parametric Search Portlet. It inherits from ContentCollectionPortlet.
상속: ContentCollectionPortlet
파일 보기 프로젝트 열기: maxpavlov/FlexNet

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ParametricSearchPortlet ( ) : System

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void

Creates the child controls. Parents logic moved to OnPreRender(). It renders input renderer.

GetQueryFilter ( ) : string
OnPreRender ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.PreRender event. Parents CreateChildControls() logic moved here for processing data of input renderer.

Render ( System.Web.UI.HtmlTextWriter writer ) : void

Renders the specified writer. It renders input renderer in case of Xslt rendering.

RenderWithXslt ( System.Web.UI.HtmlTextWriter writer ) : void
ReplaceTemplateWildCards ( string pattern, string userPattern, string template ) : string

Replaces the template wild cards. For example: If template contains %wildcard% and input renderer contains a textbox with 'wildcard' ID then %wildcard% will changed to Text property of corresponding textbox.

메소드 상세

CreateChildControls() 보호된 메소드

Creates the child controls. Parents logic moved to OnPreRender(). It renders input renderer.
protected CreateChildControls ( ) : void
리턴 void

GetQueryFilter() 보호된 메소드

protected GetQueryFilter ( ) : string
리턴 string

OnPreRender() 보호된 메소드

Raises the E:System.Web.UI.Control.PreRender event. Parents CreateChildControls() logic moved here for processing data of input renderer.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void

ParametricSearchPortlet() 공개 메소드

public ParametricSearchPortlet ( ) : System
리턴 System

Render() 보호된 메소드

Renders the specified writer. It renders input renderer in case of Xslt rendering.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The writer.
리턴 void

RenderWithXslt() 보호된 메소드

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

ReplaceTemplateWildCards() 보호된 메소드

Replaces the template wild cards. For example: If template contains %wildcard% and input renderer contains a textbox with 'wildcard' ID then %wildcard% will changed to Text property of corresponding textbox.
protected ReplaceTemplateWildCards ( string pattern, string userPattern, string template ) : string
pattern string The pattern which determines changing logic.
userPattern string
template string The template.
리턴 string