C# Class AwesomeSauce.Binding.EntityModelBinder
Exibir arquivo
Open project: rauhryan/awesomesauce
Public Methods
Method |
Description |
|
Bind ( Type type, IBindingContext context ) : object |
|
|
Matches ( Type type ) : bool |
|
|
Method Details
public Bind ( Type type, IBindingContext context ) : object |
type |
System.Type |
|
context |
IBindingContext |
|
return |
object |
|
public Matches ( Type type ) : bool |
type |
System.Type |
|
return |
bool |
|