C# Класс BoC.ComponentModel.TypeExtension.ExtendedTypeDescriptor

Наследование: System.ComponentModel.CustomTypeDescriptor
Показать файл Открыть проект

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

Метод Описание
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