C# Class Website.Search

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: jscott1277/SitecoreAzureSearchProvider

Protected Properties

Свойство 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

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
btnSearch_Click ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnSearch_Click() protected méthode

protected btnSearch_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.TextBox