C# Class Splits.Web.ModelBinding.ConverterFamily

Inheritance: IConverterFamily
Mostra file Open project: aaronjensen/splits

Public Methods

Method Description
Build ( IValueConverterRegistry registry, Type type ) : ValueConverter
ConverterFamily ( Predicate matches, Func builder ) : System
Matches ( Type type ) : bool

Method Details

Build() public method

public Build ( IValueConverterRegistry registry, Type type ) : ValueConverter
registry IValueConverterRegistry
type System.Type
return ValueConverter

ConverterFamily() public method

public ConverterFamily ( Predicate matches, Func builder ) : System
matches Predicate
builder Func
return System

Matches() public method

public Matches ( Type type ) : bool
type System.Type
return bool