C# Class FubuFastPack.Extensibility.ExtensionPropertyBinder

Inheritance: IPropertyBinder
Afficher le fichier Open project: DarthFubuMVC/FubuFastPack

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