Свойство | Тип | Описание | |
---|---|---|---|
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.
|