C# Class CrownPeak.SearchG2.Client.PlainSearch

Inheritance: System.Web.UI.Page
ファイルを表示 Open project: Crownpeak/Search-Results-Examples

Protected Properties

Property Type Description
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

Protected Methods

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

Method Details

AddFilter_Click() protected method

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

Page_Load() protected method

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

Pager_Click() protected method

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

Query() protected method

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

RemoveFilter_Click() protected method

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

Suggestion_Click() protected method

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

btnSearch_Click() protected method

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

Property Details

btnSearch protected_oe property

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
return global::System.Web.UI.WebControls.Button

form1 protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlForm

hidFilterQueries protected_oe property

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
return global::System.Web.UI.WebControls.HiddenField

hidLoggingId protected_oe property

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
return global::System.Web.UI.WebControls.HiddenField

hidPage protected_oe property

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
return global::System.Web.UI.WebControls.HiddenField

lbSuggestionCollation protected_oe property

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
return global::System.Web.UI.WebControls.LinkButton

lblCount protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblFrom protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblQuery protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblQueryNoResults protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblTo protected_oe property

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
return global::System.Web.UI.WebControls.Label

phSearchResults protected_oe property

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
return global::System.Web.UI.WebControls.PlaceHolder

phSearchResultsNoResults protected_oe property

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
return global::System.Web.UI.WebControls.PlaceHolder

phSearchResultsResults protected_oe property

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
return global::System.Web.UI.WebControls.PlaceHolder

phSuggestions protected_oe property

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
return global::System.Web.UI.WebControls.PlaceHolder

rptFacets protected_oe property

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
return global::System.Web.UI.WebControls.Repeater

rptFilters protected_oe property

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
return global::System.Web.UI.WebControls.Repeater

rptPager protected_oe property

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
return global::System.Web.UI.WebControls.Repeater

rptResults protected_oe property

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
return global::System.Web.UI.WebControls.Repeater

txtSearch protected_oe property

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
return global::System.Web.UI.WebControls.TextBox