C# 클래스 IndexViewer.LuceneSearch

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: JimmieOverby/IndexViewer

보호된 메소드들

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

Handles the PreRender event of the Page control.

SearchFieldButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of the SearchFieldButton control.

SearchResultGrid_PageIndexChanging ( object sender, System.Web.UI.WebControls.GridViewPageEventArgs e ) : void

Handles the PageIndexChanging event of the SearchResultGrid control.

SearchResultGrid_SelectedIndexChanged ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
DoSearch ( bool explain ) : void
SetSearchInfoValues ( double elapsed, int totalhits ) : void

Sets the search info values.

메소드 상세

Page_PreRender() 보호된 메소드

Handles the PreRender event of the Page control.
protected Page_PreRender ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

SearchFieldButton_Click() 보호된 메소드

Handles the Click event of the SearchFieldButton control.
protected SearchFieldButton_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

SearchResultGrid_PageIndexChanging() 보호된 메소드

Handles the PageIndexChanging event of the SearchResultGrid control.
protected SearchResultGrid_PageIndexChanging ( object sender, System.Web.UI.WebControls.GridViewPageEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.GridViewPageEventArgs The instance containing the event data.
리턴 void

SearchResultGrid_SelectedIndexChanged() 보호된 메소드

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