C# Класс Adf.ObjectFactory.ObjectBuilder.Configuration.AssemblyQualifiedTypeNameConverter

Represents a configuration converter that converts a string to Type based on a fully qualified name.
Наследование: System.Configuration.ConfigurationConverterBase
Показать файл Открыть проект

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

Метод Описание
ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object

Returns a type based on the assembly qualified name passed in as data.

ConvertTo ( ITypeDescriptorContext context, System culture, object value, Type destinationType ) : object

Returns the assembly qualified name for the passed in Type.

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

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

Returns a type based on the assembly qualified name passed in as data.
public ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object
context ITypeDescriptorContext The container representing this System.ComponentModel.TypeDescriptor.
culture System Culture info for assembly.
value object Data to convert.
Результат object

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

Returns the assembly qualified name for the passed in Type.
public ConvertTo ( ITypeDescriptorContext context, System culture, object value, Type destinationType ) : object
context ITypeDescriptorContext The container representing this System.ComponentModel.TypeDescriptor.
culture System Culture info for assembly
value object Value to convert.
destinationType System.Type Type to convert to.
Результат object