C# Class CrownPeak.SearchG2.Client.PlainSearch

Inheritance: System.Web.UI.Page
Show file 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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