C# Class ProductsManagement.Conventions.OriginalModelBinder

Inheritance: IPropertyBinder
Afficher le fichier Open project: emiaj/ProductsManagement

Méthodes publiques

Méthode Description
Bind ( PropertyInfo property, IBindingContext context ) : void
Matches ( PropertyInfo property ) : bool

Method Details

Bind() public méthode

public Bind ( PropertyInfo property, IBindingContext context ) : void
property System.Reflection.PropertyInfo
context IBindingContext
Résultat void

Matches() public méthode

public Matches ( PropertyInfo property ) : bool
property System.Reflection.PropertyInfo
Résultat bool