Method | Description | |
---|---|---|
BindModel ( ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object | ||
GetFilterIndex ( string qString ) : int | ||
GetValue ( IList |
Method | Description | |
---|---|---|
GetFilterObjects ( IList |
||
GetIndexArr ( IEnumerable |
||
GetQueryStringValue ( string key ) : string | ||
GetRequestKeys ( ) : IEnumerable |
||
GetSortObjects ( IEnumerable |
public BindModel ( ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object | ||
controllerContext | ControllerContext | |
bindingContext | System.Web.Mvc.ModelBindingContext | |
return | object |
public GetFilterIndex ( string qString ) : int | ||
qString | string | |
return | int |
public GetValue ( IList |
||
filterKeys | IList |
|
index | int | |
type | string | |
return | string |