C# Class Signum.Web.QueryTokenBuilderHelper

Mostrar archivo Open project: signumsoftware/framework

Public Properties

Property Type Description
AllowSubTokens bool>.Func

Public Methods

Method Description
QueryTokenBuilder ( this helper, QueryToken queryToken, Context context, QueryTokenBuilderSettings settings ) : System.Web.Mvc.MvcHtmlString
QueryTokenBuilderOptions ( this helper, QueryToken queryToken, Context context, QueryTokenBuilderSettings settings ) : System.Web.Mvc.MvcHtmlString

Private Methods

Method Description
QueryTokenCombo ( this helper, QueryToken previous, QueryToken selected, int index, Context context, QueryTokenBuilderSettings settings ) : System.Web.Mvc.MvcHtmlString

Method Details

QueryTokenBuilder() public static method

public static QueryTokenBuilder ( this helper, QueryToken queryToken, Context context, QueryTokenBuilderSettings settings ) : System.Web.Mvc.MvcHtmlString
helper this
queryToken QueryToken
context Context
settings QueryTokenBuilderSettings
return System.Web.Mvc.MvcHtmlString

QueryTokenBuilderOptions() public static method

public static QueryTokenBuilderOptions ( this helper, QueryToken queryToken, Context context, QueryTokenBuilderSettings settings ) : System.Web.Mvc.MvcHtmlString
helper this
queryToken QueryToken
context Context
settings QueryTokenBuilderSettings
return System.Web.Mvc.MvcHtmlString

Property Details

AllowSubTokens public_oe static_oe property

public static Func AllowSubTokens
return bool>.Func