C# Класс vlko.core.Components.ExtendedModelBinder

Наследование: System.Web.Mvc.DefaultModelBinder
Показать файл Открыть проект

Открытые методы

Метод Описание
BindModel ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object

Binds the model by using the specified controller context and binding context.

BindPagedModel ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object

Binds the paged model.

Приватные методы

Метод Описание
HasGenericTypeBase ( Type type, Type genericType ) : bool

Determines whether [has generic type base] [the specified type].

Описание методов

BindModel() публичный Метод

Binds the model by using the specified controller context and binding context.
The parameter is null.
public BindModel ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object
controllerContext System.Web.Mvc.ControllerContext The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.
bindingContext System.Web.Mvc.ModelBindingContext The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.
Результат object

BindPagedModel() публичный Метод

Binds the paged model.
public BindPagedModel ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object
controllerContext System.Web.Mvc.ControllerContext The controller context.
bindingContext System.Web.Mvc.ModelBindingContext The binding context.
Результат object