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

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

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

Свойство Тип Описание
TagSearchListView System.Web.UI.WebControls.ListView
tbTagSearch System.Web.UI.WebControls.TextBox

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

Overrided method for initalize the content view, get the searched tag's name and the search result.

btnSearch_Click ( object sender, EventArgs e ) : void

Handle the button click on the content view, and triger the Tagsearching event with the textbox value.

Описание методов

OnInit() защищенный Метод

Overrided method for initalize the content view, get the searched tag's name and the search 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 Tagsearching event with the textbox value.
protected btnSearch_Click ( object sender, EventArgs e ) : void
sender object The sender object
e System.EventArgs Event arguments
Результат void

Описание свойств

TagSearchListView защищенное свойство

protected ListView,System.Web.UI.WebControls TagSearchListView
Результат System.Web.UI.WebControls.ListView

tbTagSearch защищенное свойство

protected TextBox,System.Web.UI.WebControls tbTagSearch
Результат System.Web.UI.WebControls.TextBox