C# 클래스 NArrange.Gui.Configuration.ConfigurationElementTypeDescriptionProvider

Custom type descriptor provider for the CodeConfiguration class.
상속: System.ComponentModel.TypeDescriptionProvider
파일 보기 프로젝트 열기: MarcStan/NArrange 1 사용 예제들

공개 메소드들

메소드 설명
ConfigurationElementTypeDescriptionProvider ( Type type ) : System

Creates a new ConfigurationElementTypeDescriptionProvider.

GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor

Create and return the custom type descriptor and chain it with the original custom type descriptor.

메소드 상세

ConfigurationElementTypeDescriptionProvider() 공개 메소드

Creates a new ConfigurationElementTypeDescriptionProvider.
public ConfigurationElementTypeDescriptionProvider ( Type type ) : System
type System.Type Type to get property descriptions for.
리턴 System

GetTypeDescriptor() 공개 메소드

Create and return the custom type descriptor and chain it with the original custom type descriptor.
public GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor
objectType System.Type The type of object for which to retrieve the type descriptor.
instance object An instance of the type. Can be null if no instance was passed to the .
리턴 ICustomTypeDescriptor