C# Класс ImageProcessor.Web.Configuration.ImageProcessingSection.PluginElementCollection

Represents a PluginElementCollection collection configuration element within the configuration.
Наследование: System.Configuration.ConfigurationElementCollection
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
this ( int index ) : PluginElement

Gets or sets the T:ImageProcessor.Web.Config.ImageProcessingSection.PluginElement at the specified index within the collection.

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

Метод Описание
CreateNewElement ( ) : ConfigurationElement

Creates a new Plugin configuration element.

GetElementKey ( ConfigurationElement element ) : object

Gets the element key for a specified PluginElement configuration element.

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

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

Creates a new Plugin configuration element.
protected CreateNewElement ( ) : ConfigurationElement
Результат System.Configuration.ConfigurationElement

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

Gets the element key for a specified PluginElement configuration element.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement /// The ConfigurationElement /// to return the key for. ///
Результат object

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

Gets or sets the T:ImageProcessor.Web.Config.ImageProcessingSection.PluginElement at the specified index within the collection.
public this ( int index ) : PluginElement
index int /// The index at which to get the specified object. ///
Результат PluginElement