C# Класс NArrange.Gui.Configuration.ConfigurationElementCollectionEditor

Collection editor for configuration element collections.
Наследование: System.ComponentModel.Design.CollectionEditor
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ItemTypes System.Type[]

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

Метод Описание
ConfigurationElementCollectionEditor ( Type type ) : System

Creates a new ConfigurationElementCollectionEditor.

Защищенные методы

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

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

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

Creates a new ConfigurationElementCollectionEditor.
public ConfigurationElementCollectionEditor ( Type type ) : System
type System.Type The type of the collection for this editor to edit.
Результат System

CreateInstance() защищенный Метод

Creates a new instance of the specified type.
protected CreateInstance ( Type itemType ) : object
itemType System.Type The type of item to create.
Результат object

CreateNewItemTypes() защищенный Метод

Gets the list of types that can be created for the collection.
protected CreateNewItemTypes ( ) : System.Type[]
Результат System.Type[]

Описание свойств

ItemTypes публичное статическое свойство

Item types supported by the editor.
public static Type[],System ItemTypes
Результат System.Type[]