C# Class Simple.Web.Mvc.EntityModelBinder

Inheritance: System.Web.Mvc.DefaultModelBinder
Show file Open project: juanplopes/simple

Public Methods

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

Protected Methods

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

Private Methods

Method Description
BindEntity ( System.Web.Mvc.ControllerContext context, System.Web.Mvc.ModelBindingContext bindingContext, Type type ) : object
BindEntityArray ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext, Type elType ) : Array
BindEntityCollection ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext, Type elType ) : object
IsEntityCollection ( System.Web.Mvc.ModelBindingContext bindingContext, Type type, Type &elType ) : bool
IsEntityEnumerable ( Type type, Type &elType ) : bool
IsOf ( Type type, Type typeToTest, Type &elementType ) : bool

Method Details

BindModel() public method

public BindModel ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object
controllerContext System.Web.Mvc.ControllerContext
bindingContext System.Web.Mvc.ModelBindingContext
return object

BindProperty() protected method

protected BindProperty ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext, System propertyDescriptor ) : void
controllerContext System.Web.Mvc.ControllerContext
bindingContext System.Web.Mvc.ModelBindingContext
propertyDescriptor System
return void

EntityModelBinder() public method

public EntityModelBinder ( ) : System
return System

EntityModelBinder() public method

public EntityModelBinder ( ModelBinderDictionary binders ) : System
binders ModelBinderDictionary
return System