C# Класс SenseNet.Portal.Portlets.Controls.RatingSearch

Наследование: System.Web.UI.UserControl, IRatingSearchPortlet
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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