C# Класс Kooboo.Commerce.Web.Framework.Mvc.ModelBinding.BindingTypeAwareModelBinder

A model binder for System.Object type based on BindingType request parameter.
Наследование: System.Web.Mvc.DefaultModelBinder
Показать файл Открыть проект

Защищенные методы

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

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

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

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

CreateModel() защищенный Метод

protected CreateModel ( ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext, Type modelType ) : object
controllerContext ControllerContext
bindingContext System.Web.Mvc.ModelBindingContext
modelType System.Type
Результат object

GetTypeDescriptor() защищенный Метод

protected GetTypeDescriptor ( ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : ICustomTypeDescriptor
controllerContext ControllerContext
bindingContext System.Web.Mvc.ModelBindingContext
Результат ICustomTypeDescriptor