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
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
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