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

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

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

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

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

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

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

Creates a new Preset configuration element.

GetElementKey ( ConfigurationElement element ) : object

Gets the element key for a specified PluginElement configuration element.

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

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

Creates a new Preset 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.PresetElement at the specified index within the collection.
public this ( int index ) : PresetElement
index int /// The index at which to get the specified object. ///
Результат PresetElement