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

Inheritance: System.Attribute
Show file Open project: castleproject/Windsor

Public Methods

Method Description
ConvertibleAttribute ( ) : System

Defines the DefaultComplexConverter to be used to convert the type

ConvertibleAttribute ( Type converterType ) : System

Defines the ITypeConverter to be used to convert the type

Method Details

ConvertibleAttribute() public method

Defines the DefaultComplexConverter to be used to convert the type
public ConvertibleAttribute ( ) : System
return System

ConvertibleAttribute() public method

Defines the ITypeConverter to be used to convert the type
public ConvertibleAttribute ( Type converterType ) : System
converterType System.Type
return System