C# Class Rebel.Cms.Web.Configuration.Dashboards.MatchFilterCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Mostra file Open project: RebelCMS/rebelcmsxu5

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement
CreateNewElement ( string elementName ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object
IsElementName ( string elementname ) : bool

Method Details

CreateNewElement() protected method

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

CreateNewElement() protected method

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

GetElementKey() protected method

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

IsElementName() protected method

protected IsElementName ( string elementname ) : bool
elementname string
return bool