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

Inheritance: System.Attribute
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode 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 méthode

Defines the DefaultComplexConverter to be used to convert the type
public ConvertibleAttribute ( ) : System
Résultat System

ConvertibleAttribute() public méthode

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