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

Inheritance: System.Web.UI.UserControl, ITagSearchPortlet
Datei anzeigen Open project: maxpavlov/FlexNet

Protected Properties

Property Type Description
TagSearchListView System.Web.UI.WebControls.ListView
tbTagSearch System.Web.UI.WebControls.TextBox

Protected Methods

Method 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 method

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

btnSearch_Click() protected method

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

Property Details

TagSearchListView protected_oe property

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

tbTagSearch protected_oe property

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