C# Класс SenseNet.Portal.Portlets.RatingSearchPortlet

Наследование: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CreateControls void
GetResult IEnumerable
GetSearchedRatingFrom string
GetSearchedRatingTo string
viewControl_TagSearch string

Открытые методы

Метод Описание
RatingSearchPortlet ( ) : System

Initalize the portlet name and description

Защищенные методы

Метод Описание
CreateChildControls ( ) : void

Owerrided method, initalize the portlet

Приватные методы

Метод Описание
CreateControls ( ) : void

Load the content view if possible, and get the attributes for it.

GetResult ( string from, string to ) : IEnumerable

Get the search result.

GetSearchedRatingFrom ( ) : string

Get the value which searching from.

GetSearchedRatingTo ( ) : string

Get the last value which searching to.

viewControl_TagSearch ( EventArgs e, string from, string to ) : string

This method handled the Searvhing event, and return an url which has new parameter.

Описание методов

CreateChildControls() защищенный Метод

Owerrided method, initalize the portlet
protected CreateChildControls ( ) : void
Результат void

RatingSearchPortlet() публичный Метод

Initalize the portlet name and description
public RatingSearchPortlet ( ) : System
Результат System