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
Afficher le fichier Open project: MarcStan/NArrange

Méthodes publiques

Méthode 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

Méthode Description
CodeConfigurationTypeDescriptor ( ICustomTypeDescriptor parent ) : System

Creates a new type descriptor using the specified parent.

Method Details

GetProperties() public méthode

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

GetProperties() public méthode

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.
Résultat System.ComponentModel.PropertyDescriptorCollection