C# Class Castle.MicroKernel.SubSystems.Conversion.ListConverter

Inheritance: AbstractTypeConverter
Mostra file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
CanHandleType ( Type type ) : bool
ListConverter ( ) : System
PerformConversion ( IConfiguration configuration, Type targetType ) : object
PerformConversion ( String value, Type targetType ) : object

Method Details

CanHandleType() public method

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

ListConverter() public method

public ListConverter ( ) : System
return System

PerformConversion() public method

public PerformConversion ( IConfiguration configuration, Type targetType ) : object
configuration IConfiguration
targetType System.Type
return object

PerformConversion() public method

public PerformConversion ( String value, Type targetType ) : object
value String
targetType System.Type
return object