C# Класс Cedar.Core.Configuration.AssemblyQualifiedTypeNameConfigurationConverter

程序集限制命名配置转化
Наследование: System.Configuration.ConfigurationConverterBase
Показать файл Открыть проект

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

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

Converts the given object to the type of this converter, using the specified context and culture information.

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

Converts the given value object to the specified type, using the specified context and culture information.

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

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

Converts the given object to the type of this converter, using the specified context and culture information.
public ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
context ITypeDescriptorContext An that provides a format context.
culture System.Globalization.CultureInfo The to use as the current culture.
value object The to convert.
Результат object

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

Converts the given value object to the specified type, using the specified context and culture information.
public ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object
context ITypeDescriptorContext An that provides a format context.
culture System.Globalization.CultureInfo /// A . If null is passed, the current culture is /// assumed. ///
value object The to convert.
destinationType System.Type The to convert the parameter to.
Результат object