C# Class FubuCore.Conversion.TypeDescripterConverterFamily

Uses the built in TypeDescriptor in .Net to convert objects from strings
Inheritance: IObjectConverterFamily
Afficher le fichier Open project: DovetailSoftware/coder-test Class Usage Examples

Méthodes publiques

Méthode Description
CreateConverter ( Type type, IConverterStrategy>.Func converterSource ) : IConverterStrategy
Matches ( Type type, ConverterLibrary converter ) : bool

Method Details

CreateConverter() public méthode

public CreateConverter ( Type type, IConverterStrategy>.Func converterSource ) : IConverterStrategy
type System.Type
converterSource IConverterStrategy>.Func
Résultat IConverterStrategy

Matches() public méthode

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