C# Class BB.Caching.ConnectionCollection

A collection of connections for a group.
Inheritance: System.Configuration.ConfigurationElementCollection
Datei anzeigen Open project: JesseBuesking/BB.Caching

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement

Creates a new connection group element.

GetElementKey ( ConfigurationElement element ) : object

Gets the key for an element.

Method Details

CreateNewElement() protected method

Creates a new connection group element.
protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

Gets the key for an element.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement /// An instance of a . ///
return object