C# Класс NArrange.Gui.Configuration.ConfigurationElementTypeDescriptionProvider.CodeConfigurationTypeDescriptor

Custom type descriptor. It creates a new property and returns it along with the original list.
Наследование: System.ComponentModel.CustomTypeDescriptor
Показать файл Открыть проект

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

Метод Описание
GetProperties ( ) : PropertyDescriptorCollection

This method add a new property to the original collection.

GetProperties ( Attribute attributes ) : PropertyDescriptorCollection

Gets the PropertyDescriptors for the Type.

All ConfigurationElementCollection properties are overriden to specify the collection editor.

Приватные методы

Метод Описание
CodeConfigurationTypeDescriptor ( ICustomTypeDescriptor parent ) : System

Creates a new type descriptor using the specified parent.

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

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

This method add a new property to the original collection.
public GetProperties ( ) : PropertyDescriptorCollection
Результат System.ComponentModel.PropertyDescriptorCollection

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

Gets the PropertyDescriptors for the Type.
All ConfigurationElementCollection properties are overriden to specify the collection editor.
public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute An array of attributes to use as a filter. This can be null.
Результат System.ComponentModel.PropertyDescriptorCollection