C# Class NArrange.Gui.Configuration.ConfigurationElementCollectionEditor

Collection editor for configuration element collections.
Inheritance: System.ComponentModel.Design.CollectionEditor
Show file Open project: MarcStan/NArrange

Public Properties

Property Type Description
ItemTypes System.Type[]

Public Methods

Method Description
ConfigurationElementCollectionEditor ( Type type ) : System

Creates a new ConfigurationElementCollectionEditor.

Protected Methods

Method Description
CreateInstance ( Type itemType ) : object

Creates a new instance of the specified type.

CreateNewItemTypes ( ) : System.Type[]

Gets the list of types that can be created for the collection.

Method Details

ConfigurationElementCollectionEditor() public method

Creates a new ConfigurationElementCollectionEditor.
public ConfigurationElementCollectionEditor ( Type type ) : System
type System.Type The type of the collection for this editor to edit.
return System

CreateInstance() protected method

Creates a new instance of the specified type.
protected CreateInstance ( Type itemType ) : object
itemType System.Type The type of item to create.
return object

CreateNewItemTypes() protected method

Gets the list of types that can be created for the collection.
protected CreateNewItemTypes ( ) : System.Type[]
return System.Type[]

Property Details

ItemTypes public static property

Item types supported by the editor.
public static Type[],System ItemTypes
return System.Type[]