C# Class SenseNet.Portal.Portlets.ContentCollection.ContentSearchPortlet

Inheritance: ContentCollectionPortlet
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Protected Properties

Свойство Type Description
SearchForm SenseNet.Portal.UI.ContentView

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ContentSearchPortlet ( ) : System

Méthodes protégées

Méthode Description
BuildResultView ( ) : void
BuildSearchForm ( ) : void
ContentSearchView_Search_OnClick ( object sender, EventArgs e ) : void
CreateChildControls ( ) : void
GetQueryFilter ( ) : string
GetValueFromRequest ( string paramName ) : string
OnLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
RenderWithXslt ( System.Web.UI.HtmlTextWriter writer ) : void
StateRestoreIsNeeded ( ) : bool

Method Details

BuildResultView() protected méthode

protected BuildResultView ( ) : void
Résultat void

BuildSearchForm() protected méthode

protected BuildSearchForm ( ) : void
Résultat void

ContentSearchPortlet() public méthode

public ContentSearchPortlet ( ) : System
Résultat System

ContentSearchView_Search_OnClick() protected méthode

protected ContentSearchView_Search_OnClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

GetQueryFilter() protected méthode

protected GetQueryFilter ( ) : string
Résultat string

GetValueFromRequest() protected méthode

protected GetValueFromRequest ( string paramName ) : string
paramName string
Résultat string

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

RenderWithXslt() protected méthode

protected RenderWithXslt ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

StateRestoreIsNeeded() protected méthode

protected StateRestoreIsNeeded ( ) : bool
Résultat bool

Property Details

SearchForm protected_oe property

protected ContentView,SenseNet.Portal.UI SearchForm
Résultat SenseNet.Portal.UI.ContentView