C# Class ProductsManagement.Conventions.OriginalModelBinder
Exibir arquivo
Open project: emiaj/ProductsManagement
Public Methods
Method |
Description |
|
Bind ( PropertyInfo property, IBindingContext context ) : void |
|
|
Matches ( PropertyInfo property ) : bool |
|
|
Method Details
public Bind ( PropertyInfo property, IBindingContext context ) : void |
property |
System.Reflection.PropertyInfo |
|
context |
IBindingContext |
|
return |
void |
|
public Matches ( PropertyInfo property ) : bool |
property |
System.Reflection.PropertyInfo |
|
return |
bool |
|