C# 클래스 SenseNet.Portal.Portlets.Controls.TagSearch

상속: System.Web.UI.UserControl, ITagSearchPortlet
파일 보기 프로젝트 열기: maxpavlov/FlexNet

보호된 프로퍼티들

프로퍼티 타입 설명
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