C# 클래스 Signum.Web.FindOptionsModelBinder

상속: IModelBinder
파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

BindModel() 공개 메소드

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

Convert() 공개 정적인 메소드

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

DecodeValue() 공개 정적인 메소드

public static DecodeValue ( string s ) : string
s string
리턴 string

ExtractColumnsOptions() 공개 정적인 메소드

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

ExtractFilterOptions() 공개 정적인 메소드

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

ExtractOrderOptions() 공개 정적인 메소드

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