C# 클래스 BoC.ComponentModel.TypeExtension.ExtendedTypeDescriptor

상속: System.ComponentModel.CustomTypeDescriptor
파일 보기 프로젝트 열기: csteeg/BoC

공개 메소드들

메소드 설명
ExtendedTypeDescriptor ( Type componentType, ICustomTypeDescriptor parent ) : System
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection

메소드 상세

ExtendedTypeDescriptor() 공개 메소드

public ExtendedTypeDescriptor ( Type componentType, ICustomTypeDescriptor parent ) : System
componentType System.Type
parent ICustomTypeDescriptor
리턴 System

GetProperties() 공개 메소드

public GetProperties ( ) : PropertyDescriptorCollection
리턴 System.ComponentModel.PropertyDescriptorCollection

GetProperties() 공개 메소드

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
리턴 System.ComponentModel.PropertyDescriptorCollection