C# Class Shaml.Web.ModelBinder.EntityValueBinder

Inheritance: SharpModelBinder
Mostra file Open project: sztupy/shaml

Public Methods

Method Description
BindModel ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object

Binds the model value to an entity by using the specified controller context and binding context.

Method Details

BindModel() public method

Binds the model value to an entity by using the specified controller context and binding context.
public BindModel ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object
controllerContext System.Web.Mvc.ControllerContext The controller context.
bindingContext System.Web.Mvc.ModelBindingContext The binding context.
return object