Property | Type | Description | |
---|---|---|---|
searchConfigFileInUse | bool |
Property | Type | Description | |
---|---|---|---|
AddFacetsToSearch | System.Web.Mvc.ActionResult | ||
ChangeSearchValuesACBySearchType | void | ||
CheckedTreeViewItem | System.Web.Mvc.ActionResult | ||
CreateDataTable | |||
FilterByCheckBox | System.Web.Mvc.ActionResult | ||
FilterByDropDown | System.Web.Mvc.ActionResult | ||
FilterByDropDownList | System.Web.Mvc.ActionResult | ||
FilterByRangeSlider | System.Web.Mvc.ActionResult | ||
FilterBySlider | System.Web.Mvc.ActionResult | ||
GetFilterAC | string | ||
GetParentOfSelectAbleCategories | string | ||
GetSearchType | string | ||
GetSelectAbleCategoryList | List |
||
Index | System.Web.Mvc.ActionResult | ||
SetFilterAC | void | ||
SetParentOfSelectAbleCategories | void | ||
SetSearchType | void | ||
SetSelectAbleCategoryList | void | ||
SetSessionsToDefault | void | ||
_AutoCompleteAjaxLoading | System.Web.Mvc.ActionResult | ||
_CustomBinding | System.Web.Mvc.ActionResult | ||
_CustomMyDatasetBinding | System.Web.Mvc.ActionResult | ||
getDataType |
Method | Description | |
---|---|---|
GetDataForBreadCrumbView ( ) : System.Web.Mvc.ActionResult | ||
GetUsernameOrDefault ( ) : string | ||
Index ( ) : System.Web.Mvc.ActionResult |
is called when the Search View is selected
|
|
OnClickBreadCrumbItem ( string value, string parent ) : System.Web.Mvc.ActionResult |
Is called when the user click on the labels in the breadcrumb view
|
|
OnSelectTreeViewItem ( string SelectedItem, string Parent ) : System.Web.Mvc.ActionResult |
Is called when a user select a category in the treeview by select the item
|
|
RemoveFromPropertiesDic ( string name, string value, |
Remove a property from the Dictionary
|
|
SetResultViewVar ( string key, string value ) : System.Web.Mvc.ActionResult | ||
ShowMoreWindow ( string parent ) : System.Web.Mvc.ActionResult |
When the user click on the more button in the treeview a window pops up an show all categories from the main categorie
|
|
ShowMyDatasets ( ) : System.Web.Mvc.ActionResult |
create the model of My Dataset table
|
|
ShowMyDatasetsInFullPage ( ) : System.Web.Mvc.ActionResult |
create the model of My Dataset table
|
|
UpdateFacets ( ) : System.Web.Mvc.ActionResult | ||
UpdatePropertiesDic ( string name, string value ) : void |
Method | Description | |
---|---|---|
AddFacetsToSearch ( ) : System.Web.Mvc.ActionResult | ||
ChangeSearchValuesACBySearchType ( string value ) : void | ||
CheckedTreeViewItem ( string SelectedItem, string Parent ) : System.Web.Mvc.ActionResult | ||
CreateDataTable ( List |
||
FilterByCheckBox ( string value, string node, bool isChecked ) : System.Web.Mvc.ActionResult | ||
FilterByDropDown ( string value, string node ) : System.Web.Mvc.ActionResult | ||
FilterByDropDownList ( string SelectedFilter, string searchType ) : System.Web.Mvc.ActionResult | ||
FilterByRangeSlider ( int start, int end, string parent ) : System.Web.Mvc.ActionResult | ||
FilterBySlider ( int value, string parent ) : System.Web.Mvc.ActionResult | ||
GetFilterAC ( ) : string | ||
GetParentOfSelectAbleCategories ( ) : string | ||
GetSearchType ( ) : string | ||
GetSelectAbleCategoryList ( ) : List |
||
Index ( string autoComplete, string FilterList, string searchType ) : System.Web.Mvc.ActionResult | ||
SetFilterAC ( string filter ) : void | ||
SetParentOfSelectAbleCategories ( string cl ) : void | ||
SetSearchType ( string filter ) : void | ||
SetSelectAbleCategoryList ( IEnumerable |
||
SetSessionsToDefault ( ) : void | ||
_AutoCompleteAjaxLoading ( string text ) : System.Web.Mvc.ActionResult | ||
_CustomBinding ( Telerik.Web.Mvc.GridCommand command ) : System.Web.Mvc.ActionResult | ||
_CustomMyDatasetBinding ( ) : System.Web.Mvc.ActionResult | ||
getDataType ( string dataType ) : |
public GetDataForBreadCrumbView ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public OnClickBreadCrumbItem ( string value, string parent ) : System.Web.Mvc.ActionResult | ||
value | string | selected value |
parent | string | patrent of selected value |
return | System.Web.Mvc.ActionResult |
public OnSelectTreeViewItem ( string SelectedItem, string Parent ) : System.Web.Mvc.ActionResult | ||
SelectedItem | string | name of the selected item |
Parent | string | name of the parent from the selected item |
return | System.Web.Mvc.ActionResult |
public RemoveFromPropertiesDic ( string name, string value, |
||
name | string | Name of the property |
value | string | Value of the property |
sc | ||
return | void |
public SetResultViewVar ( string key, string value ) : System.Web.Mvc.ActionResult | ||
key | string | |
value | string | |
return | System.Web.Mvc.ActionResult |
public ShowMoreWindow ( string parent ) : System.Web.Mvc.ActionResult | ||
parent | string | name of the parent where the more button is inside |
return | System.Web.Mvc.ActionResult |
public ShowMyDatasets ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ShowMyDatasetsInFullPage ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public UpdateFacets ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public UpdatePropertiesDic ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |