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

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

Protected Properties

Свойство Type Description
TagSearchListView System.Web.UI.WebControls.ListView
tbTagSearch System.Web.UI.WebControls.TextBox

Méthodes protégées

Méthode Description
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.

Method Details

OnInit() protected méthode

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

btnSearch_Click() protected méthode

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

Property Details

TagSearchListView protected_oe property

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

tbTagSearch protected_oe property

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