C# Class DefaultDictionaryBinder, MVCStuff

ASP.NET MVC Default Dictionary Binder
Inheritance: System.Web.Mvc.DefaultModelBinder
Afficher le fichier Open project: loune/MVCStuff

Méthodes publiques

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

Create an instance of DefaultDictionaryBinder.

DefaultDictionaryBinder ( IModelBinder nextBinder ) : System

Create an instance of DefaultDictionaryBinder.

Private Methods

Méthode Description
ConvertType ( string stringValue, Type type ) : object
GetValueProviderKeys ( ControllerContext context ) : IEnumerable

Method Details

BindModel() public méthode

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

DefaultDictionaryBinder() public méthode

Create an instance of DefaultDictionaryBinder.
public DefaultDictionaryBinder ( ) : System
Résultat System

DefaultDictionaryBinder() public méthode

Create an instance of DefaultDictionaryBinder.
public DefaultDictionaryBinder ( IModelBinder nextBinder ) : System
nextBinder IModelBinder The next model binder to chain call. If null, by default, the DefaultModelBinder is called.
Résultat System