C# Class Meek.Caching.Configuration.CacheFactoryVariableElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Show file Open project: klintz/Meek

Public Methods

Method Description
Add ( CacheFactoryVariableElement element ) : void
Clear ( ) : void
Remove ( CacheFactoryVariableElement element ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Method Details

Add() public method

public Add ( CacheFactoryVariableElement element ) : void
element CacheFactoryVariableElement
return void

Clear() public method

public Clear ( ) : void
return void

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
return object

Remove() public method

public Remove ( CacheFactoryVariableElement element ) : void
element CacheFactoryVariableElement
return void

Remove() public method

public Remove ( string name ) : void
name string
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void