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

Represents a PresetElementCollection collection configuration element within the configuration.
Inheritance: System.Configuration.ConfigurationElementCollection
Exibir arquivo Open project: JimBobSquarePants/ImageProcessor

Public Methods

Method Description
this ( int index ) : PresetElement

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

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement

Creates a new Preset configuration element.

GetElementKey ( ConfigurationElement element ) : object

Gets the element key for a specified PluginElement configuration element.

Method Details

CreateNewElement() protected method

Creates a new Preset configuration element.
protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

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. ///
return object

this() public method

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. ///
return PresetElement