C# 클래스 Engage.Dnn.Publish.CategoryControls.CategorySearch

상속: ModuleBase, IActionable
파일 보기 프로젝트 열기: EngageSoftware/Engage-Publish

보호된 프로퍼티들

프로퍼티 타입 설명
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