C# Class JordanRift.Grassroots.Web.Models.ModelBinders.OrganizationDetailsModelBinder

Inheritance: System.Web.Mvc.DefaultModelBinder
Datei anzeigen Open project: JordanRift/Grassroots

Protected Methods

Method Description
BindProperty ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext, PropertyDescriptor propertyDescriptor ) : void

Private Methods

Method Description
BindSettings ( OrganizationDetailsModel model, System.Web.Mvc.ControllerContext controllerContext ) : void

Method Details

BindProperty() protected method

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