C# Class ProductsManagement.Conventions.OriginalModelBinder

Inheritance: IPropertyBinder
显示文件 Open project: emiaj/ProductsManagement

Public Methods

Method Description
Bind ( PropertyInfo property, IBindingContext context ) : void
Matches ( PropertyInfo property ) : bool

Method Details

Bind() public method

public Bind ( PropertyInfo property, IBindingContext context ) : void
property System.Reflection.PropertyInfo
context IBindingContext
return void

Matches() public method

public Matches ( PropertyInfo property ) : bool
property System.Reflection.PropertyInfo
return bool