C# Class NArrange.Gui.Configuration.ConfigurationElementTypeDescriptionProvider.CodeConfigurationTypeDescriptor

Custom type descriptor. It creates a new property and returns it along with the original list.
Inheritance: System.ComponentModel.CustomTypeDescriptor
显示文件 Open project: MarcStan/NArrange

Public Methods

Method Description
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.

Private Methods

Method Description
CodeConfigurationTypeDescriptor ( ICustomTypeDescriptor parent ) : System

Creates a new type descriptor using the specified parent.

Method Details

GetProperties() public method

This method add a new property to the original collection.
public GetProperties ( ) : PropertyDescriptorCollection
return System.ComponentModel.PropertyDescriptorCollection

GetProperties() public method

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.
return System.ComponentModel.PropertyDescriptorCollection