C# Class Signum.Web.QueryRequestModelBinder

Inheritance: IModelBinder
Mostra file Open project: signumsoftware/framework

Public Methods

Method Description
BindModel ( ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object
ExtractColumnsOptions ( System.Web.HttpContextBase httpContext, QueryDescription description, bool canAggregate ) : List
ExtractFilterOptions ( System.Web.HttpContextBase httpContext, QueryDescription queryDescription, bool canAggregate ) : List
ExtractOrderOptions ( System.Web.HttpContextBase httpContext, QueryDescription description, bool canAggregate ) : 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

ExtractColumnsOptions() public static method

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

ExtractFilterOptions() public static method

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

ExtractOrderOptions() public static method

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