C# Class SenseNet.Portal.Portlets.ContextSearch

Inheritance: ContentCollectionPortlet
显示文件 Open project: maxpavlov/FlexNet

Public Properties

Property Type Description
QueryParameterName string

Private Properties

Property Type Description
InitializeControls void
QuickSearchButton_Click void
RedirectToSearchPage void
SearchButton_Click void
SetError void

Public Methods

Method Description
ContextSearch ( ) : System

Protected Methods

Method Description
CreateChildControls ( ) : void
GetModel ( ) : object
SearchTextIsTooGeneric ( string text ) : bool

Private Methods

Method Description
InitializeControls ( ) : void
QuickSearchButton_Click ( object sender, EventArgs e ) : void
RedirectToSearchPage ( ) : void
SearchButton_Click ( object sender, EventArgs e ) : void
SetError ( string errorMessage ) : void

Method Details

ContextSearch() public method

public ContextSearch ( ) : System
return System

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

GetModel() protected method

protected GetModel ( ) : object
return object

SearchTextIsTooGeneric() protected static method

protected static SearchTextIsTooGeneric ( string text ) : bool
text string
return bool

Property Details

QueryParameterName public_oe static_oe property

public static string QueryParameterName
return string