C# Class FubuCore.Binding.CollectionPropertyBinder

Inheritance: IPropertyBinder
Show file Open project: jmarnold/fubumvc-testrunner Class Usage Examples

Public Methods

Method Description
Bind ( PropertyInfo property, IBindingContext context ) : void
CollectionPropertyBinder ( ICollectionTypeProvider collectionTypeProvider ) : System
Matches ( PropertyInfo property ) : bool

Method Details

Bind() public method

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

CollectionPropertyBinder() public method

public CollectionPropertyBinder ( ICollectionTypeProvider collectionTypeProvider ) : System
collectionTypeProvider ICollectionTypeProvider
return System

Matches() public method

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