C# Class Snooze.InputModelBinder

Inheritance: System.Web.Mvc.DefaultModelBinder
Show file Open project: ryansroberts/Snooze

Public Methods

Method Description
InputModelBinder ( IModelBinder defaultBinder ) : System

Protected Methods

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

Private Methods

Method Description
BindInputProperty ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext, PropertyDescriptor propertyDescriptor ) : 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

InputModelBinder() public method

public InputModelBinder ( IModelBinder defaultBinder ) : System
defaultBinder IModelBinder
return System