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

Inheritance: ContentCollectionPortlet
ファイルを表示 Open project: maxpavlov/FlexNet Class Usage Examples

Protected Properties

Property Type Description
SearchForm SenseNet.Portal.UI.ContentView

Private Properties

Property Type Description

Public Methods

Method Description
ContentSearchPortlet ( ) : System

Protected Methods

Method 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 method

protected BuildResultView ( ) : void
return void

BuildSearchForm() protected method

protected BuildSearchForm ( ) : void
return void

ContentSearchPortlet() public method

public ContentSearchPortlet ( ) : System
return System

ContentSearchView_Search_OnClick() protected method

protected ContentSearchView_Search_OnClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

GetQueryFilter() protected method

protected GetQueryFilter ( ) : string
return string

GetValueFromRequest() protected method

protected GetValueFromRequest ( string paramName ) : string
paramName string
return string

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

RenderWithXslt() protected method

protected RenderWithXslt ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

StateRestoreIsNeeded() protected method

protected StateRestoreIsNeeded ( ) : bool
return bool

Property Details

SearchForm protected_oe property

protected ContentView,SenseNet.Portal.UI SearchForm
return SenseNet.Portal.UI.ContentView