C# Class Signum.Web.FindOptionsModelBinder

Inheritance: IModelBinder
Mostrar archivo Open project: signumsoftware/framework Class Usage Examples

Public Methods

Method Description
BindModel ( ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object
Convert ( string value, Type type ) : object
DecodeValue ( string s ) : string
ExtractColumnsOptions ( System.Web.HttpContextBase httpContext, QueryDescription qd, bool canAggregate = false ) : List
ExtractFilterOptions ( System.Web.HttpContextBase httpContext, QueryDescription qd, bool canAggregate = false ) : List
ExtractOrderOptions ( System.Web.HttpContextBase httpContext, QueryDescription qd, bool canAggregate = false ) : List

Method Details

BindModel() public method

public BindModel ( ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object
controllerContext ControllerContext
bindingContext System.Web.Mvc.ModelBindingContext
return object

Convert() public static method

public static Convert ( string value, Type type ) : object
value string
type System.Type
return object

DecodeValue() public static method

public static DecodeValue ( string s ) : string
s string
return string

ExtractColumnsOptions() public static method

public static ExtractColumnsOptions ( System.Web.HttpContextBase httpContext, QueryDescription qd, bool canAggregate = false ) : List
httpContext System.Web.HttpContextBase
qd Signum.Entities.DynamicQuery.QueryDescription
canAggregate bool
return List

ExtractFilterOptions() public static method

public static ExtractFilterOptions ( System.Web.HttpContextBase httpContext, QueryDescription qd, bool canAggregate = false ) : List
httpContext System.Web.HttpContextBase
qd Signum.Entities.DynamicQuery.QueryDescription
canAggregate bool
return List

ExtractOrderOptions() public static method

public static ExtractOrderOptions ( System.Web.HttpContextBase httpContext, QueryDescription qd, bool canAggregate = false ) : List
httpContext System.Web.HttpContextBase
qd Signum.Entities.DynamicQuery.QueryDescription
canAggregate bool
return List