C# 클래스 CrownPeak.SearchG2.Client.PlainSearch

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: Crownpeak/Search-Results-Examples

보호된 프로퍼티들

프로퍼티 타입 설명
btnSearch global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
hidFilterQueries global::System.Web.UI.WebControls.HiddenField
hidLoggingId global::System.Web.UI.WebControls.HiddenField
hidPage global::System.Web.UI.WebControls.HiddenField
lbSuggestionCollation global::System.Web.UI.WebControls.LinkButton
lblCount global::System.Web.UI.WebControls.Label
lblFrom global::System.Web.UI.WebControls.Label
lblQuery global::System.Web.UI.WebControls.Label
lblQueryNoResults global::System.Web.UI.WebControls.Label
lblTo global::System.Web.UI.WebControls.Label
phSearchResults global::System.Web.UI.WebControls.PlaceHolder
phSearchResultsNoResults global::System.Web.UI.WebControls.PlaceHolder
phSearchResultsResults global::System.Web.UI.WebControls.PlaceHolder
phSuggestions global::System.Web.UI.WebControls.PlaceHolder
rptFacets global::System.Web.UI.WebControls.Repeater
rptFilters global::System.Web.UI.WebControls.Repeater
rptPager global::System.Web.UI.WebControls.Repeater
rptResults global::System.Web.UI.WebControls.Repeater
txtSearch global::System.Web.UI.WebControls.TextBox

보호된 메소드들

메소드 설명
AddFilter_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
Pager_Click ( object sender, EventArgs e ) : void
Query ( string text, int start, string loggingId = null, FilterQueryCollection filterQueries = null ) : void
RemoveFilter_Click ( object sender, EventArgs e ) : void
Suggestion_Click ( object sender, EventArgs e ) : void
btnSearch_Click ( object sender, EventArgs e ) : void

메소드 상세

AddFilter_Click() 보호된 메소드

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

Page_Load() 보호된 메소드

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

Pager_Click() 보호된 메소드

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

Query() 보호된 메소드

protected Query ( string text, int start, string loggingId = null, FilterQueryCollection filterQueries = null ) : void
text string
start int
loggingId string
filterQueries FilterQueryCollection
리턴 void

RemoveFilter_Click() 보호된 메소드

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

Suggestion_Click() 보호된 메소드

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

btnSearch_Click() 보호된 메소드

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

프로퍼티 상세

btnSearch 보호되어 있는 프로퍼티

btnSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSearch
리턴 global::System.Web.UI.WebControls.Button

form1 보호되어 있는 프로퍼티

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
리턴 global::System.Web.UI.HtmlControls.HtmlForm

hidFilterQueries 보호되어 있는 프로퍼티

hidFilterQueries control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField hidFilterQueries
리턴 global::System.Web.UI.WebControls.HiddenField

hidLoggingId 보호되어 있는 프로퍼티

hidLoggingId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField hidLoggingId
리턴 global::System.Web.UI.WebControls.HiddenField

hidPage 보호되어 있는 프로퍼티

hidPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField hidPage
리턴 global::System.Web.UI.WebControls.HiddenField

lbSuggestionCollation 보호되어 있는 프로퍼티

lbSuggestionCollation control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton lbSuggestionCollation
리턴 global::System.Web.UI.WebControls.LinkButton

lblCount 보호되어 있는 프로퍼티

lblCount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblCount
리턴 global::System.Web.UI.WebControls.Label

lblFrom 보호되어 있는 프로퍼티

lblFrom control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblFrom
리턴 global::System.Web.UI.WebControls.Label

lblQuery 보호되어 있는 프로퍼티

lblQuery control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblQuery
리턴 global::System.Web.UI.WebControls.Label

lblQueryNoResults 보호되어 있는 프로퍼티

lblQueryNoResults control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblQueryNoResults
리턴 global::System.Web.UI.WebControls.Label

lblTo 보호되어 있는 프로퍼티

lblTo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblTo
리턴 global::System.Web.UI.WebControls.Label

phSearchResults 보호되어 있는 프로퍼티

phSearchResults control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phSearchResults
리턴 global::System.Web.UI.WebControls.PlaceHolder

phSearchResultsNoResults 보호되어 있는 프로퍼티

phSearchResultsNoResults control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phSearchResultsNoResults
리턴 global::System.Web.UI.WebControls.PlaceHolder

phSearchResultsResults 보호되어 있는 프로퍼티

phSearchResultsResults control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phSearchResultsResults
리턴 global::System.Web.UI.WebControls.PlaceHolder

phSuggestions 보호되어 있는 프로퍼티

phSuggestions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phSuggestions
리턴 global::System.Web.UI.WebControls.PlaceHolder

rptFacets 보호되어 있는 프로퍼티

rptFacets control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater rptFacets
리턴 global::System.Web.UI.WebControls.Repeater

rptFilters 보호되어 있는 프로퍼티

rptFilters control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater rptFilters
리턴 global::System.Web.UI.WebControls.Repeater

rptPager 보호되어 있는 프로퍼티

rptPager control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater rptPager
리턴 global::System.Web.UI.WebControls.Repeater

rptResults 보호되어 있는 프로퍼티

rptResults control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater rptResults
리턴 global::System.Web.UI.WebControls.Repeater

txtSearch 보호되어 있는 프로퍼티

txtSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtSearch
리턴 global::System.Web.UI.WebControls.TextBox