C# Class Signum.Web.Controllers.FinderController

Inheritance: Controller
Mostra file Open project: signumsoftware/framework

Public Methods

Method Description
CreateHtmlHelper ( Controller c ) : HtmlHelper

Private Methods

Method Description
AddColumn ( string webQueryName, string tokenName ) : System.Web.Mvc.ContentResult
AddFilter ( string webQueryName, string tokenName, int index, string prefix, string value ) : System.Web.Mvc.ContentResult
Autocomplete ( string types, string q, int l ) : System.Web.Mvc.JsonNetResult
Count ( FindOptions findOptions ) : System.Web.Mvc.ContentResult
Find ( FindOptions findOptions ) : System.Web.Mvc.ActionResult
NewSubTokensCombo ( string webQueryName, string tokenName, string prefix, int options ) : System.Web.Mvc.ContentResult
PartialFind ( FindOptions findOptions, string prefix, bool isExplore ) : System.Web.Mvc.PartialViewResult
Search ( QueryRequest queryRequest, bool allowSelection, bool navigate, bool showFooter, string prefix ) : System.Web.Mvc.PartialViewResult
SelectedItemsContextMenu ( string webQueryName, string implementationsKey, string prefix ) : System.Web.Mvc.ContentResult
TypeAutocomplete ( string types, string q, int l ) : System.Web.Mvc.JsonNetResult

Method Details

CreateHtmlHelper() public static method

public static CreateHtmlHelper ( Controller c ) : HtmlHelper
c Controller
return HtmlHelper