C# Class Rebel.Framework.Configuration.Caching.CachePolicyPickerRuleParameterCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Datei anzeigen Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
Add ( CachePolicyPickerRuleParameter param ) : void

Protected Methods

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

Method Details

Add() public method

public Add ( CachePolicyPickerRuleParameter param ) : void
param CachePolicyPickerRuleParameter
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