C# 클래스 DotNetNuke.Modules.SearchResults.MySearchResults

The SearchResults Class provides the UI for displaying the Search Results
상속: DotNetNuke.Entities.Modules.PortalModuleBase
파일 보기 프로젝트 열기: AgapeEurope/AgapeConnect1

보호된 프로퍼티들

프로퍼티 타입 설명
TotalPages int
TotalRecords int

보호된 메소드들

메소드 설명
FormatDate ( System.DateTime pubDate ) : string

FormatDate displays the publication Date

FormatRelevance ( int relevance ) : string

FormatRelevance displays the relevance value

FormatURL ( int TabID, string Link ) : string

FormatURL the correctly formatted url to the Search Result

OnLoad ( EventArgs e ) : void

Page_Load runs when the control is loaded

ShowDescription ( ) : string

ShowDescription determines whether the description should be shown

ctlPagingControl_PageChanged ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
BindData ( ) : void

BindData binds the Search Results to the Grid

BindSearchResults ( DataTable dt ) : int
dgResults_PageIndexChanged ( object source, System.Web.UI.WebControls.DataGridPageChangedEventArgs e ) : void

dgResults_PageIndexChanged runs when one of the Page buttons is clicked

메소드 상세

FormatDate() 보호된 메소드

FormatDate displays the publication Date
protected FormatDate ( System.DateTime pubDate ) : string
pubDate System.DateTime The publication Date
리턴 string

FormatRelevance() 보호된 메소드

FormatRelevance displays the relevance value
protected FormatRelevance ( int relevance ) : string
relevance int The publication Date
리턴 string

FormatURL() 보호된 메소드

FormatURL the correctly formatted url to the Search Result
protected FormatURL ( int TabID, string Link ) : string
TabID int The Id of the Tab where the content is located
Link string The module provided querystring to access the correct content
리턴 string

OnLoad() 보호된 메소드

Page_Load runs when the control is loaded
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

ShowDescription() 보호된 메소드

ShowDescription determines whether the description should be shown
protected ShowDescription ( ) : string
리턴 string

ctlPagingControl_PageChanged() 보호된 메소드

protected ctlPagingControl_PageChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

TotalPages 보호되어 있는 프로퍼티

protected int TotalPages
리턴 int

TotalRecords 보호되어 있는 프로퍼티

protected int TotalRecords
리턴 int