C# Class SenseNet.Portal.Portlets.Controls.RatingSearch

Inheritance: System.Web.UI.UserControl, IRatingSearchPortlet
Exibir arquivo Open project: maxpavlov/FlexNet

Protected Properties

Property Type Description
RatingSearchListView System.Web.UI.WebControls.ListView
tbRatingSearchFrom System.Web.UI.WebControls.TextBox
tbRatingSearchTo System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
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.

Method Details

OnInit() protected method

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

btnSearch_Click() protected method

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
return void

Property Details

RatingSearchListView protected_oe property

protected ListView,System.Web.UI.WebControls RatingSearchListView
return System.Web.UI.WebControls.ListView

tbRatingSearchFrom protected_oe property

protected TextBox,System.Web.UI.WebControls tbRatingSearchFrom
return System.Web.UI.WebControls.TextBox

tbRatingSearchTo protected_oe property

protected TextBox,System.Web.UI.WebControls tbRatingSearchTo
return System.Web.UI.WebControls.TextBox