C# Класс ImageProcessor.Web.Configuration.ImageSecuritySection.ServiceElementCollection

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

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

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

Gets or sets the T:ImageProcessor.Web.Config.ImageSecuritySection.ServiceElement at the specified index within the collection.

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

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

When overridden in a derived class, creates a new ConfigurationElement.

GetElementKey ( ConfigurationElement element ) : object

Gets the element key for a specified configuration element when overridden in a derived class.

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

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

When overridden in a derived class, creates a new ConfigurationElement.
protected CreateNewElement ( ) : ConfigurationElement
Результат System.Configuration.ConfigurationElement

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

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

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

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