C# Class Rebel.Cms.Web.Mvc.ModelBinders.BackOffice.DocumentTypeModelBinder

Model binder for DocumentTypeEditorModel
Inheritance: StandardModelBinder
Mostrar archivo Open project: RebelCMS/rebelcmsxu5

Protected Methods

Method Description
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

Method Details

BindProperty() protected method

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
return void