C# Class Signum.Web.FindOptionsModelBinder

Inheritance: IModelBinder
Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BindModel ( ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object
controllerContext ControllerContext
bindingContext System.Web.Mvc.ModelBindingContext
Résultat object

Convert() public static méthode

public static Convert ( string value, Type type ) : object
value string
type System.Type
Résultat object

DecodeValue() public static méthode

public static DecodeValue ( string s ) : string
s string
Résultat string

ExtractColumnsOptions() public static méthode

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

ExtractFilterOptions() public static méthode

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

ExtractOrderOptions() public static méthode

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