C# Класс Spring.Objects.Support.ArgumentConvertingMethodInvoker

Specialisation of the MethodInvoker class that tries to convert the given arguments for the actual target method via an appropriate Spring.Objects.IObjectWrapper implementation.
Наследование: Spring.Objects.Support.MethodInvoker
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
ArgumentConvertingMethodInvoker ( ) : System

Creates a new instance of the Spring.Objects.Support.ArgumentConvertingMethodInvoker class.

Prepare ( ) : void

Prepare the specified method.

The method can be invoked any number of times afterwards.

RegisterCustomConverter ( Type requiredType, TypeConverter typeConverter ) : void

Register the given custom System.ComponentModel.TypeConverter for all properties of the given System.Type.

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

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

Creates a new instance of the Spring.Objects.Support.ArgumentConvertingMethodInvoker class.
public ArgumentConvertingMethodInvoker ( ) : System
Результат System

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

Prepare the specified method.

The method can be invoked any number of times afterwards.

/// If all required properties are not set. /// /// If the specified method could not be found. ///
public Prepare ( ) : void
Результат void

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

Register the given custom System.ComponentModel.TypeConverter for all properties of the given System.Type.
public RegisterCustomConverter ( Type requiredType, TypeConverter typeConverter ) : void
requiredType System.Type /// The of property. ///
typeConverter System.ComponentModel.TypeConverter /// The to register. ///
Результат void