C# Class Splits.Web.ModelBinding.ConverterFamily

Inheritance: IConverterFamily
Afficher le fichier Open project: aaronjensen/splits

Méthodes publiques

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

Method Details

Build() public méthode

public Build ( IValueConverterRegistry registry, Type type ) : ValueConverter
registry IValueConverterRegistry
type System.Type
Résultat ValueConverter

ConverterFamily() public méthode

public ConverterFamily ( Predicate matches, Func builder ) : System
matches Predicate
builder Func
Résultat System

Matches() public méthode

public Matches ( Type type ) : bool
type System.Type
Résultat bool