C# Class Splits.Web.ModelBinding.DefaultConverterFamilies.EnumFamily

Inheritance: IConverterFamily
显示文件 Open project: aaronjensen/splits

Public Methods

Method Description
Build ( IValueConverterRegistry registry, Type type ) : ValueConverter
Matches ( Type type ) : bool

Method Details

Build() public method

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

Matches() public method

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