C# Класс CrownPeak.SearchG2.Client.Search

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
FacetAndFilter global::CrownPeak.SearchG2.Client.UserControls.FacetAndFilter
btnSearch global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
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
phResultFromTo global::System.Web.UI.WebControls.PlaceHolder
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
rptPager global::CrownPeak.SearchG2.Client.UserControls.Pager
rptResults global::System.Web.UI.WebControls.Repeater
txtSearch global::System.Web.UI.WebControls.TextBox

Защищенные методы

Метод Описание
FacetAndFilter_OnFilterChanged ( object sender, FilterChangedEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
Pager_PageChanged ( object sender, PageChangedEventArgs e ) : void
Query ( string text, int start, string loggingId = null, FilterQueryCollection filterQueries = null, bool hideSuggestions = false ) : void
Suggestion_Click ( object sender, EventArgs e ) : void
btnSearch_Click ( object sender, EventArgs e ) : void

Приватные методы

Метод Описание
GetCompletionList ( string prefixText, int count ) : string[]

Описание методов

FacetAndFilter_OnFilterChanged() защищенный Метод

protected FacetAndFilter_OnFilterChanged ( object sender, FilterChangedEventArgs e ) : void
sender object
e FilterChangedEventArgs
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Pager_PageChanged() защищенный Метод

protected Pager_PageChanged ( object sender, PageChangedEventArgs e ) : void
sender object
e PageChangedEventArgs
Результат void

Query() защищенный Метод

protected Query ( string text, int start, string loggingId = null, FilterQueryCollection filterQueries = null, bool hideSuggestions = false ) : void
text string
start int
loggingId string
filterQueries FilterQueryCollection
hideSuggestions bool
Результат void

Suggestion_Click() защищенный Метод

protected Suggestion_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

btnSearch_Click() защищенный Метод

protected btnSearch_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

FacetAndFilter защищенное свойство

FacetAndFilter control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::CrownPeak.SearchG2.Client.UserControls.FacetAndFilter FacetAndFilter
Результат global::CrownPeak.SearchG2.Client.UserControls.FacetAndFilter

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

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

phResultFromTo защищенное свойство

phResultFromTo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder phResultFromTo
Результат global::System.Web.UI.WebControls.PlaceHolder

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

rptPager защищенное свойство

rptPager control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::CrownPeak.SearchG2.Client.UserControls.Pager rptPager
Результат global::CrownPeak.SearchG2.Client.UserControls.Pager

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