C# Class AwesomeSauce.Binding.EntityModelBinder

Inheritance: IModelBinder
Afficher le fichier Open project: rauhryan/awesomesauce

Méthodes publiques

Méthode Description
Bind ( Type type, IBindingContext context ) : object
Matches ( Type type ) : bool

Method Details

Bind() public méthode

public Bind ( Type type, IBindingContext context ) : object
type System.Type
context IBindingContext
Résultat object

Matches() public méthode

public Matches ( Type type ) : bool
type System.Type
Résultat bool