C# Class FubuFastPack.Extensibility.ExtensionPropertyBinder

Inheritance: IPropertyBinder
Mostrar archivo Open project: DarthFubuMVC/FubuFastPack

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