C# Class ImageProcessor.Web.Configuration.ImageProcessingSection.PluginElementCollection

Represents a PluginElementCollection collection configuration element within the configuration.
Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Méthodes publiques

Méthode Description
this ( int index ) : PluginElement

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

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement

Creates a new Plugin configuration element.

GetElementKey ( ConfigurationElement element ) : object

Gets the element key for a specified PluginElement configuration element.

Method Details

CreateNewElement() protected méthode

Creates a new Plugin configuration element.
protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

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. ///
Résultat object

this() public méthode

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. ///
Résultat PluginElement