C# Class SenseNet.Portal.Portlets.SearchPortlet

Inheritance: SenseNet.Portal.UI.PortletFramework.CacheablePortlet
Afficher le fichier Open project: maxpavlov/FlexNet

Private Properties

Свойство Type Description
AddAdvancedPaneControls void
AddControl void
AddQuickPaneControls void
AddResultControls void
AddResultPaging void
CreateAdvancedPaneControls void
CreateContentView SenseNet.Portal.UI.ContentView
CreateError void
CreateLiteral System.Web.UI.WebControls.Literal
CreateQuickPaneControls void
CreateResultControls void
GetSearchUrl string
InitAdvancedPaneControls void
InitQuickPaneControls void
RunSearch List

Méthodes publiques

Méthode Description
SearchPortlet ( ) : System
_btnSearch_Click ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
CreateChildControls ( ) : void

Private Methods

Méthode Description
AddAdvancedPaneControls ( ) : void
AddControl ( Control control ) : void
AddQuickPaneControls ( ) : void
AddResultControls ( List nodeList ) : void
AddResultPaging ( List nodeList ) : void
CreateAdvancedPaneControls ( ) : void
CreateContentView ( Node node ) : ContentView
CreateError ( string errorMessage ) : void
CreateLiteral ( string text ) : System.Web.UI.WebControls.Literal
CreateQuickPaneControls ( ) : void
CreateResultControls ( ) : void
GetSearchUrl ( string searchText ) : string
InitAdvancedPaneControls ( ) : void
InitQuickPaneControls ( ) : void
RunSearch ( string queryString ) : List

Method Details

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

SearchPortlet() public méthode

public SearchPortlet ( ) : System
Résultat System

_btnSearch_Click() public méthode

public _btnSearch_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void