C# Class FubuFastPack.Extensibility.ExtensionPropertyBinder
Datei anzeigen
Open project: DarthFubuMVC/FubuFastPack
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 |
|