C# Класс Spring.Objects.Factory.Config.CustomConverterConfigurer

Наследование: Spring.Objects.Factory.Config.AbstractConfigurer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PostProcessObjectFactory ( IConfigurableListableObjectFactory factory ) : void

Registers any custom converters with the supplied factory.

Защищенные методы

Метод Описание
ResolveConverter ( object value ) : TypeConverter

Resolves the supplied value into a System.ComponentModel.TypeConverter instance.

Описание методов

PostProcessObjectFactory() публичный Метод

Registers any custom converters with the supplied factory.
/// In case of errors. ///
public PostProcessObjectFactory ( IConfigurableListableObjectFactory factory ) : void
factory IConfigurableListableObjectFactory /// The object factory to register the converters with. ///
Результат void

ResolveConverter() защищенный Метод

Resolves the supplied value into a System.ComponentModel.TypeConverter instance.
/// If the supplied is , /// or the supplied cannot be resolved. ///
protected ResolveConverter ( object value ) : TypeConverter
value object /// The object that is to be resolved into a /// instance. ///
Результат System.ComponentModel.TypeConverter