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

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

Private Properties

프로퍼티 타입 설명
CreateControls void
GetResult IEnumerable
GetSearchedRatingFrom string
GetSearchedRatingTo string
viewControl_TagSearch string

공개 메소드들

메소드 설명
RatingSearchPortlet ( ) : System

Initalize the portlet name and description

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void

Owerrided method, initalize the portlet

비공개 메소드들

메소드 설명
CreateControls ( ) : void

Load the content view if possible, and get the attributes for it.

GetResult ( string from, string to ) : IEnumerable

Get the search result.

GetSearchedRatingFrom ( ) : string

Get the value which searching from.

GetSearchedRatingTo ( ) : string

Get the last value which searching to.

viewControl_TagSearch ( EventArgs e, string from, string to ) : string

This method handled the Searvhing event, and return an url which has new parameter.

메소드 상세

CreateChildControls() 보호된 메소드

Owerrided method, initalize the portlet
protected CreateChildControls ( ) : void
리턴 void

RatingSearchPortlet() 공개 메소드

Initalize the portlet name and description
public RatingSearchPortlet ( ) : System
리턴 System