C# Class ImageProcessor.Web.Configuration.ImageSecuritySection.ServiceElementCollection

Represents a collection of ServiceElement elements within the configuration.
Inheritance: System.Configuration.ConfigurationElementCollection
Mostrar archivo Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Public Methods

Method Description
this ( int index ) : ServiceElement

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

Protected Methods

Method Description
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.

Method Details

CreateNewElement() protected method

When overridden in a derived class, creates a new ConfigurationElement.
protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

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

this() public method

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.
return ServiceElement