C# 클래스 Signum.Web.SearchControlHelper

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

공개 메소드들

메소드 설명
CanColumnDecorator ( QueryToken qt, HtmlTag option ) : void
CanFilterDecorator ( QueryToken qt, HtmlTag option ) : void
CountSearchControl ( this helper, FindOptions findOptions, Context context, Action settingsModifier ) : System.Web.Mvc.MvcHtmlString
CountSearchControlSpan ( this helper, FindOptions findOptions, Context context, Action settingsModifier = null ) : System.Web.Mvc.MvcHtmlString
CountSearchControlValue ( this helper, FindOptions findOptions, Context context, Action settingsModifier ) : System.Web.Mvc.MvcHtmlString
GetQueryTokenBuilderSettings ( QueryDescription qd, SubTokensOptions options ) : QueryTokenBuilderSettings
Header ( Column col, OrderType orderType ) : System.Web.Mvc.MvcHtmlString
SearchControl ( this helper, FindOptions findOptions, Context context ) : System.Web.Mvc.MvcHtmlString
SearchControl ( this helper, FindOptions findOptions, Context context, Action settingsModifier ) : System.Web.Mvc.MvcHtmlString

비공개 메소드들

메소드 설명
CountSearchControlInternal ( FindOptions findOptions, Web options, Context context ) : System.Web.Mvc.MvcHtmlString

메소드 상세

CanColumnDecorator() 공개 정적인 메소드

public static CanColumnDecorator ( QueryToken qt, HtmlTag option ) : void
qt QueryToken
option HtmlTag
리턴 void

CanFilterDecorator() 공개 정적인 메소드

public static CanFilterDecorator ( QueryToken qt, HtmlTag option ) : void
qt QueryToken
option HtmlTag
리턴 void

CountSearchControl() 공개 정적인 메소드

public static CountSearchControl ( this helper, FindOptions findOptions, Context context, Action settingsModifier ) : System.Web.Mvc.MvcHtmlString
helper this
findOptions FindOptions
context Context
settingsModifier Action
리턴 System.Web.Mvc.MvcHtmlString

CountSearchControlSpan() 공개 정적인 메소드

public static CountSearchControlSpan ( this helper, FindOptions findOptions, Context context, Action settingsModifier = null ) : System.Web.Mvc.MvcHtmlString
helper this
findOptions FindOptions
context Context
settingsModifier Action
리턴 System.Web.Mvc.MvcHtmlString

CountSearchControlValue() 공개 정적인 메소드

public static CountSearchControlValue ( this helper, FindOptions findOptions, Context context, Action settingsModifier ) : System.Web.Mvc.MvcHtmlString
helper this
findOptions FindOptions
context Context
settingsModifier Action
리턴 System.Web.Mvc.MvcHtmlString

GetQueryTokenBuilderSettings() 공개 정적인 메소드

public static GetQueryTokenBuilderSettings ( QueryDescription qd, SubTokensOptions options ) : QueryTokenBuilderSettings
qd Signum.Entities.DynamicQuery.QueryDescription
options SubTokensOptions
리턴 QueryTokenBuilderSettings

Header() 공개 정적인 메소드

public static Header ( Column col, OrderType orderType ) : System.Web.Mvc.MvcHtmlString
col Signum.Entities.DynamicQuery.Column
orderType OrderType
리턴 System.Web.Mvc.MvcHtmlString

SearchControl() 공개 정적인 메소드

public static SearchControl ( this helper, FindOptions findOptions, Context context ) : System.Web.Mvc.MvcHtmlString
helper this
findOptions FindOptions
context Context
리턴 System.Web.Mvc.MvcHtmlString

SearchControl() 공개 정적인 메소드

public static SearchControl ( this helper, FindOptions findOptions, Context context, Action settingsModifier ) : System.Web.Mvc.MvcHtmlString
helper this
findOptions FindOptions
context Context
settingsModifier Action
리턴 System.Web.Mvc.MvcHtmlString