C# Класс Engage.Dnn.Publish.CategoryControls.CategorySearch

Наследование: ModuleBase, IActionable
Показать файл Открыть проект

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

Свойство Тип Описание
btnCategorySearch global::System.Web.UI.WebControls.LinkButton
ddlCategoryList global::System.Web.UI.WebControls.DropDownList
dgResults global::System.Web.UI.WebControls.DataGrid
divSearchCategorySelection global::System.Web.UI.HtmlControls.HtmlGenericControl
divSearchField global::System.Web.UI.HtmlControls.HtmlGenericControl
divSearchResults global::System.Web.UI.HtmlControls.HtmlGenericControl
lblCategoryList global::System.Web.UI.WebControls.Label
lblCategorySearch global::DotNetNuke.UI.UserControls.LabelControl
lblNoResults global::System.Web.UI.WebControls.Label
txtCategorySearch global::System.Web.UI.WebControls.TextBox

Private Properties

Свойство Тип Описание
BindData void
BtnCategorySearchClick void
DgResultsItemDataBound void
DgResultsPageIndexChanged void
FormatDate string
Page_Load void
Search DotNetNuke.Services.Search.SearchResultsInfoCollection

Открытые методы

Метод Описание
FormatRelevance ( int relevance ) : string
FormatUrl ( int tabId, string link ) : string
ShowCategorySelection ( ) : bool
ShowDescription ( ) : bool

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

Метод Описание
OnInit ( EventArgs e ) : void

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

Метод Описание
BindData ( ) : void
BtnCategorySearchClick ( object sender, EventArgs e ) : void
DgResultsItemDataBound ( object source, System.Web.UI.WebControls.DataGridItemEventArgs e ) : void
DgResultsPageIndexChanged ( object source, System.Web.UI.WebControls.DataGridPageChangedEventArgs e ) : void
FormatDate ( string pubDate ) : string
Page_Load ( object sender, EventArgs e ) : void
Search ( int categoryId, string criteria ) : DotNetNuke.Services.Search.SearchResultsInfoCollection

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

FormatRelevance() публичный Метод

public FormatRelevance ( int relevance ) : string
relevance int
Результат string

FormatUrl() публичный статический Метод

public static FormatUrl ( int tabId, string link ) : string
tabId int
link string
Результат string

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

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

ShowCategorySelection() публичный Метод

public ShowCategorySelection ( ) : bool
Результат bool

ShowDescription() публичный Метод

public ShowDescription ( ) : bool
Результат bool

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

lblCategorySearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblCategorySearch
Результат global::DotNetNuke.UI.UserControls.LabelControl

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

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

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

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