C# 클래스 Signum.Web.Controllers.FinderController

상속: Controller
파일 보기 프로젝트 열기: signumsoftware/framework

공개 메소드들

메소드 설명
CreateHtmlHelper ( Controller c ) : HtmlHelper

비공개 메소드들

메소드 설명
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

메소드 상세

CreateHtmlHelper() 공개 정적인 메소드

public static CreateHtmlHelper ( Controller c ) : HtmlHelper
c Controller
리턴 HtmlHelper