C# 클래스 Subtext.Web.UI.Controls.SubtextSearch

Implements a search control that can be added to a skin.
상속: BaseControl
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
SearchResults System.Web.UI.WebControls.Repeater
btnSearch System.Web.UI.WebControls.Button
txtSearch System.Web.UI.WebControls.TextBox

공개 메소드들

메소드 설명
btnSearch_Click ( object sender, EventArgs e ) : void

보호된 메소드들

메소드 설명
OnCloseClick ( object sender, EventArgs e ) : void
OnInit ( EventArgs e ) : void

비공개 메소드들

메소드 설명
AttachCloseButton ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Page_Load ( object sender, EventArgs e ) : void

메소드 상세

OnCloseClick() 보호된 메소드

protected OnCloseClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

btnSearch_Click() 공개 메소드

public btnSearch_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

SearchResults 보호되어 있는 프로퍼티

protected Repeater,System.Web.UI.WebControls SearchResults
리턴 System.Web.UI.WebControls.Repeater

btnSearch 보호되어 있는 프로퍼티

protected Button,System.Web.UI.WebControls btnSearch
리턴 System.Web.UI.WebControls.Button

txtSearch 보호되어 있는 프로퍼티

protected TextBox,System.Web.UI.WebControls txtSearch
리턴 System.Web.UI.WebControls.TextBox