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

Inheritance: System.Web.UI.UserControl, IRatingSearchPortlet
Afficher le fichier Open project: maxpavlov/FlexNet

Protected Properties

Свойство Type Description
RatingSearchListView System.Web.UI.WebControls.ListView
tbRatingSearchFrom System.Web.UI.WebControls.TextBox
tbRatingSearchTo System.Web.UI.WebControls.TextBox

Méthodes protégées

Méthode 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 méthode

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

btnSearch_Click() protected méthode

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
Résultat void

Property Details

RatingSearchListView protected_oe property

protected ListView,System.Web.UI.WebControls RatingSearchListView
Résultat System.Web.UI.WebControls.ListView

tbRatingSearchFrom protected_oe property

protected TextBox,System.Web.UI.WebControls tbRatingSearchFrom
Résultat System.Web.UI.WebControls.TextBox

tbRatingSearchTo protected_oe property

protected TextBox,System.Web.UI.WebControls tbRatingSearchTo
Résultat System.Web.UI.WebControls.TextBox