C# 클래스 SenseNet.Portal.Portlets.Controls.RatingSearch

상속: System.Web.UI.UserControl, IRatingSearchPortlet
파일 보기 프로젝트 열기: maxpavlov/FlexNet

보호된 프로퍼티들

프로퍼티 타입 설명
RatingSearchListView System.Web.UI.WebControls.ListView
tbRatingSearchFrom System.Web.UI.WebControls.TextBox
tbRatingSearchTo System.Web.UI.WebControls.TextBox

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Initalize the view, set the last from and to value, and the result.

btnSearch_Click ( object sender, EventArgs e ) : void

Handle the button click on the content view, and triger the Ratingsearching event with the value of from and to.

메소드 상세

OnInit() 보호된 메소드

Initalize the view, set the last from and to value, and the result.
protected OnInit ( EventArgs e ) : void
e System.EventArgs Event arguments
리턴 void

btnSearch_Click() 보호된 메소드

Handle the button click on the content view, and triger the Ratingsearching event with the value of from and to.
protected btnSearch_Click ( object sender, EventArgs e ) : void
sender object The sender object
e System.EventArgs Event arguments
리턴 void

프로퍼티 상세

RatingSearchListView 보호되어 있는 프로퍼티

protected ListView,System.Web.UI.WebControls RatingSearchListView
리턴 System.Web.UI.WebControls.ListView

tbRatingSearchFrom 보호되어 있는 프로퍼티

protected TextBox,System.Web.UI.WebControls tbRatingSearchFrom
리턴 System.Web.UI.WebControls.TextBox

tbRatingSearchTo 보호되어 있는 프로퍼티

protected TextBox,System.Web.UI.WebControls tbRatingSearchTo
리턴 System.Web.UI.WebControls.TextBox