C# Class Simple.Web.Mvc.EntityModelBinder

Inheritance: System.Web.Mvc.DefaultModelBinder
Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode 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 méthode

public BindModel ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object
controllerContext System.Web.Mvc.ControllerContext
bindingContext System.Web.Mvc.ModelBindingContext
Résultat object

BindProperty() protected méthode

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
Résultat void

EntityModelBinder() public méthode

public EntityModelBinder ( ) : System
Résultat System

EntityModelBinder() public méthode

public EntityModelBinder ( ModelBinderDictionary binders ) : System
binders ModelBinderDictionary
Résultat System