C# Class Website.Search

Inheritance: System.Web.UI.Page
显示文件 Open project: jscott1277/SitecoreAzureSearchProvider

Protected Properties

Property Type Description
btnSearch global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
gvAzureResults global::System.Web.UI.WebControls.GridView
gvLuceneResults global::System.Web.UI.WebControls.GridView
lblAzureCount global::System.Web.UI.WebControls.Label
lblLuceneCount global::System.Web.UI.WebControls.Label
txtSearchTerm global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnSearch_Click ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( 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

gvAzureResults protected_oe property

gvAzureResults control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView gvAzureResults
return global::System.Web.UI.WebControls.GridView

gvLuceneResults protected_oe property

gvLuceneResults control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView gvLuceneResults
return global::System.Web.UI.WebControls.GridView

lblAzureCount protected_oe property

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

lblLuceneCount protected_oe property

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

txtSearchTerm protected_oe property

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