C# Class AwesomeSauce.Binding.EntityModelBinder

Inheritance: IModelBinder
Datei anzeigen Open project: rauhryan/awesomesauce

Public Methods

Method Description
Bind ( Type type, IBindingContext context ) : object
Matches ( Type type ) : bool

Method Details

Bind() public method

public Bind ( Type type, IBindingContext context ) : object
type System.Type
context IBindingContext
return object

Matches() public method

public Matches ( Type type ) : bool
type System.Type
return bool