QueryResultBase Methods

Include Protected Members
Include Inherited Members

The QueryResultBase type exposes the following members.

Methods

  Name Description
Protected method AcquireHugeStringBuilder This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from DataResultBase.)
Protected method AcquireStringBuilder This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from DataResultBase.)
Public methodStatic member ConvertIDataReaderToDataSet Converts the contents of a System.Data.IDataReader interface to a System.Data.DataSet.
Protected method CreateActionMenusTemplates Creates action menu templates to avoid creating separate menus for each results item. (Inherited from DataResultBase.)
Protected method CreateChildControls Creates the control tree for the result set. (Inherited from DataResultBase.)
Public method CreateCustomMenu This member is reserved for internal use and is not intended to be used directly from your code.
Protected method GenerateHtmlForItemIcon The GenerateHtmlForItemIcon method of the QueryResultBase class generates the HTML for the icon for the specified DataRow in the search result set.
Protected method GenerateHtmlForRowColumn The GenerateHtmlForRowColumn method of the QueryResultBase class generates the HTML that is displayed for a table cell in a table row for the specified DataRow in the search result set. This position in the rendered HTML results contains the path to the specified item.
Protected method GenerateHtmlOneRowForOneItem The GenerateHtmlOneRowForOneItem method of the QueryResultBase class generates the HTML for one row for the specified DataRow in the search result set.
Protected method GenerateMenuButtonHtmlForItem The GenerateMenuButtonHtmlForItem method of the QueryResultBase class generates HTML for the menu button.
Protected method GenerateQueryString The GenerateQueryString method of the QueryResultBase class processes the query template and replaces placeholders with run-time values.
Protected method GetCurrentRow Override the GetCurrentRow method of the QueryResultBase class to get the current row in the search result set. (Overrides DataResultBase.GetCurrentRow().)
Protected method GetItemUrl The GetItemUrl method of the QueryResultBase class gets the URL of the specifed DataRow that represents one item in the result set.
Protected method GetQueryResults Override the GetQueryResults method of the QueryResultBase class if your derived class needs to support asynchronous queries. (Overrides DataResultBase.GetQueryResults(Object).)
Protected method GetSearchDisplayTitle
Protected method GetTotalMatchingItemNum (Inherited from DataResultBase.)
Protected method GetTotalResultRowNumber The GetTotalResultRowNumber method of the QueryResultBase class gets the total number of rows in the result set. (Overrides DataResultBase.GetTotalResultRowNumber().)
Protected method IsBestBet The IsBestBet method of the QueryResultBase class gets a flag that indicates whether the specified search result is a Best Bet.
Protected method IssueQuery The IssueQuery method of the QueryResultBase class executes the specified query. Returns a unique identifier for the query in the case of an asychronous query. Returns a DataSet with the query results if the query is executed without errors; otherwise, it returns null. (Overrides DataResultBase.IssueQuery(String, Int32, Int32).)
Protected method OnInit The OnInit method of the QueryResultBase class overrides the Microsoft.SharePoint.WebPartPages.WebPart.OnInit method. This method raises the System.Web.UI.Control.Init event that occurs as this Web Part is instantiated. (Overrides DataResultBase.OnInit(Object, EventArgs).)
Protected method OnLoad (Inherited from DataResultBase.)
Protected method OnPreRender The OnPreRender method of the QueryResultBase class overrides the Microsoft.SharePoint.WebPartPages.WebPart.OnPreRender method. This method raises the System.Web.UI.Control.PreRender event that occurs immediately before the Web Part is rendered to its containing Web Part Page. (Overrides DataResultBase.OnPreRender(Object, EventArgs).)
Protected method ReleaseHugeStringBuilder (Inherited from DataResultBase.)
Protected method ReleaseStringBuilder (Inherited from DataResultBase.)
Protected method RenderOneColumnTitle (Inherited from DataResultBase.)
Protected method RenderWebPart The RenderWebPart method of the QueryResultBase class overrides the Microsoft.SharePoint.WebPartPages.WebPart.RenderWebPart method. This method renders the HTML for the body of this Web Part to the client. (Overrides DataResultBase.RenderWebPart(HtmlTextWriter).)

Top

See Also

Reference

QueryResultBase Class

Microsoft.SharePoint.Portal.WebControls Namespace