C# Класс Rebel.Cms.Web.Mvc.ModelBinders.BackOffice.DocumentTypeModelBinder

Model binder for DocumentTypeEditorModel
Наследование: StandardModelBinder
Показать файл Открыть проект

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

Метод Описание
BindProperty ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext, PropertyDescriptor propertyDescriptor ) : void

Binds custom properties that the default model binder wont be able to bind

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

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

Binds custom properties that the default model binder wont be able to bind
protected BindProperty ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext, PropertyDescriptor propertyDescriptor ) : void
controllerContext System.Web.Mvc.ControllerContext
bindingContext System.Web.Mvc.ModelBindingContext
propertyDescriptor System.ComponentModel.PropertyDescriptor
Результат void